Skip to content

Commit b6d9c6a

Browse files
committed
fix action auth
1 parent ca1fcd5 commit b6d9c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
uses: docker/login-action@v3
3232
with:
3333
registry: quay.io
34-
username: ${{ secrets.DOCKER_USERNAME }}
35-
password: ${{ secrets.DOCKER_PASSWORD }}
34+
username: ${{ secrets.QUAY_USERNAME }}
35+
password: ${{ secrets.QUAY_PASSWORD }}
3636

3737
- name: Extract metadata for Docker
3838
id: meta

0 commit comments

Comments
 (0)