Skip to content

Commit

Permalink
feat: tag triggers push
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Mar 21, 2023
1 parent 6883c79 commit 2a379ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
password: ${{ secrets.QUAY_TOKEN }}

- name: Login to GitHub Container Registry
if: ngithub.event_name != 'pull_request'
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
registry: ghcr.io
Expand Down

0 comments on commit 2a379ce

Please sign in to comment.