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 bb0b80f commit c8f9f51
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to Quay.io registry
uses: docker/login-action@v3
env:
REGISTRY_SERVER: "quay.io"
NUMAIO_USERNAME: ${{ secrets.NUMAIO_USERNAME }}
NUMAIO_PASSWORD: ${{ secrets.NUMAIO_PASSWORD }}
# env:
# REGISTRY_SERVER: "quay.io"
# NUMAIO_USERNAME: ${{ secrets.NUMAIO_USERNAME }}
# NUMAIO_PASSWORD: ${{ secrets.NUMAIO_PASSWORD }}
with:
registry: ${{ env.REGISTRY_SERVER }}
username: ${{ env.NUMAIO_USERNAME }}
password: ${{ env.NUMAIO_PASSWORD }}
registry: quay.io
username: ${{ secrets.NUMAIO_USERNAME }}
password: ${{ secrets.NUMAIO_PASSWORD }}
- name: Build and tag images
run: ./update_examples --build
- name: Push images
Expand Down

0 comments on commit c8f9f51

Please sign in to comment.