Skip to content

Commit

Permalink
Update the image tag in ci-image-release.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron-zilliqa committed Sep 8, 2023
1 parent eeb248e commit 18af577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
file: docker/Dockerfile
push: true
tag: Zilliqa/scilla:${{ steps.set-tag.outputs.tag }}
tag: zilliqa/scilla:${{ steps.set-tag.outputs.tag }}
tag-latest: ${{ steps.check-latest.outputs.latest }}
cache-key: ${{ github.event.repository.name }}
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 18af577

Please sign in to comment.