Skip to content

Commit

Permalink
modify update script
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 58aedc3 commit 9be79b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Login to Quay.io registry
uses: docker/login-action@v3
env:
# REGISTRY_SERVER: "quay.io"
REGISTRY_SERVER: "quay.io"
NUMAIO_USERNAME: ${{ secrets.NUMAIO_USERNAME }}
NUMAIO_PASSWORD: ${{ secrets.NUMAIO_PASSWORD }}
with:
# registry: ${{ env.REGISTRY_SERVER }}
registry: ${{ env.REGISTRY_SERVER }}
username: ${{ env.NUMAIO_USERNAME }}
password: ${{ env.NUMAIO_PASSWORD }}
- name: Build and tag images
Expand Down

0 comments on commit 9be79b3

Please sign in to comment.