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 b033d55 commit 58aedc3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,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 }}
with:
registry: https://quay.io/organization/numaio
username: ${{ secrets.NUMAIO_USERNAME }}
password: ${{ secrets.NUMAIO_PASSWORD }}
# registry: ${{ env.REGISTRY_SERVER }}
username: ${{ env.NUMAIO_USERNAME }}
password: ${{ env.NUMAIO_PASSWORD }}
- name: Build and tag images
run: ./update_examples --build
- name: Push images
Expand Down

0 comments on commit 58aedc3

Please sign in to comment.