We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1fcd5 commit b6d9c6aCopy full SHA for b6d9c6a
.github/workflows/ci.yml
@@ -31,8 +31,8 @@ jobs:
31
uses: docker/login-action@v3
32
with:
33
registry: quay.io
34
- username: ${{ secrets.DOCKER_USERNAME }}
35
- password: ${{ secrets.DOCKER_PASSWORD }}
+ username: ${{ secrets.QUAY_USERNAME }}
+ password: ${{ secrets.QUAY_PASSWORD }}
36
37
- name: Extract metadata for Docker
38
id: meta
0 commit comments