Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
Fixed typo QUAY_USERNAME -> QUAY_USER
  • Loading branch information
DrB-S authored Jan 4, 2024
1 parent 01774ec commit fe4599a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
username: ${{ secrets.QUAY_USER }}
password: ${{ secrets.QUAY_PASSWORD }}

- name: Docker Build
Expand Down

0 comments on commit fe4599a

Please sign in to comment.