Skip to content

Commit

Permalink
Only login to quay if building main (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
xperimental authored Aug 28, 2023
1 parent 954cd01 commit a341c81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Login to Quay.io
uses: docker/login-action@v2
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
registry: quay.io
logout: true
Expand Down

0 comments on commit a341c81

Please sign in to comment.