Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 8, 2024
1 parent 4f4df31 commit 058affb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Quay.io registry
uses: docker/login-action@v3
env:
NUMAIO_USERNAME: ${{ secrets.NUMAIO_USERNAME }}
NUMAIO_PASSWORD: ${{ secrets.NUMAIO_PASSWORD }}
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ env.NUMAIO_USERNAME }}
Expand Down

0 comments on commit 058affb

Please sign in to comment.