diff --git a/.github/workflows/ci-image-release.yml b/.github/workflows/ci-image-release.yml index f112ff90d..e1f851853 100644 --- a/.github/workflows/ci-image-release.yml +++ b/.github/workflows/ci-image-release.yml @@ -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 }}