Skip to content

Commit

Permalink
chore: added a fix for image
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Jun 7, 2024
1 parent 90b921b commit 4884039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
# GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Docker push version
run: |
docker build --build-arg GPR_TOKEN=$GPR_TOKEN -t ghcr.io/eyblockchain/zokrates-worker-updated:latest .
docker push ghcr.io/eyblockchain/zokrates-worker-updated:latest
docker build --build-arg GPR_TOKEN=$GPR_TOKEN -t ghcr.io/eyblockchain/zokrates-worker-test:latest .
docker push ghcr.io/eyblockchain/zokrates-worker-test:latest
env:
GPR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Set up Docker Buildx
Expand Down

0 comments on commit 4884039

Please sign in to comment.