Skip to content

Commit

Permalink
Fix image release
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jun 30, 2023
1 parent eb1970e commit d838f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Login to quay.io
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ACCESS_TOKEN }}
- name: Build and push
Expand Down

0 comments on commit d838f4d

Please sign in to comment.