Skip to content

Commit

Permalink
add quay login
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgarr committed Dec 7, 2023
1 parent ac621a5 commit 95357f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
with:
name: bin
path: bin/
- name: Login to Quay.io
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- id: meta
uses: docker/metadata-action@v4
with:
Expand Down

0 comments on commit 95357f0

Please sign in to comment.