Skip to content

Commit

Permalink
Merge pull request #343 from tinkerbell/hotfix/ci-hub-login-on-mater
Browse files Browse the repository at this point in the history
Quay login only works if commit is in master
  • Loading branch information
gianarb authored Oct 19, 2020
2 parents 841311d + 0cd07a0 commit e368e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to quay.io
uses: docker/login-action@v1
if: ${{ startsWith(github.ref, 'refs/heads/master') }}
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down

0 comments on commit e368e84

Please sign in to comment.