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 89b9491 commit 4ee7784
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,12 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: test
run: |
echo ${{ secrets.NUMAIO_USERNAME }}
echo "test"
- 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: quay.io
username: ${{ secrets.NUMAIO_USERNAME }}
password: ${{ secrets.NUMAIO_PASSWORD }}
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
- name: Build and tag images
run: ./update_examples --build
- name: Push images
Expand Down

0 comments on commit 4ee7784

Please sign in to comment.