Skip to content

Commit

Permalink
.github/workflows/build.yaml: fix typo
Browse files Browse the repository at this point in the history
closes #20
  • Loading branch information
meator authored and classabbyamp committed Mar 3, 2024
1 parent 650d98a commit d1ee412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to GCHR
- name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit d1ee412

Please sign in to comment.