Skip to content

Commit

Permalink
CI: Add quay.io as registry
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgough committed Apr 1, 2022
1 parent 631f77f commit 770354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Login to image registry
uses: docker/login-action@v1
with:
registry: ${{ env.image-registry }}
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Generate image names
Expand Down

0 comments on commit 770354e

Please sign in to comment.