diff --git a/.github/workflows/ci-image-release.yml b/.github/workflows/ci-image-release.yml index fb8728c4a..1a0d2cdaf 100644 --- a/.github/workflows/ci-image-release.yml +++ b/.github/workflows/ci-image-release.yml @@ -57,7 +57,7 @@ jobs: uses: Zilliqa/gh-actions-workflows/actions/ci-dockerized-app-build-push@v1 with: file: docker/Dockerfile - push: true + push: false tag: Zilliqa/scilla:${{ steps.set-tag.outputs.tag }} tag-latest: ${{ steps.check-latest.outputs.latest }} cache-key: ${{ github.event.repository.name }}