Skip to content

Commit

Permalink
update secrets
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 9018fb4 commit e9ca527
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to Quay.io registry
env:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
QUAY_USERNAME: ${{ secrets.NUMAIO_USERNAME }}
QUAY_PASSWORD: ${{ secrets.NUMAIO_PASSWORD }}
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ env.QUAY_USERNAME }}
password: ${{ env.QUAY_PASSWORD }}
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 e9ca527

Please sign in to comment.