Skip to content

Commit

Permalink
Add correct quay.io credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Dec 11, 2024
1 parent 2587f20 commit cc44be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}

- name: Docker meta
id: meta
Expand Down

0 comments on commit cc44be0

Please sign in to comment.