From e632e8cff7a328f6c78273233b12b16ef0ad584c Mon Sep 17 00:00:00 2001 From: Pablo Suarez Date: Tue, 20 Jun 2023 18:38:42 +0400 Subject: [PATCH] feat: DEVOPS-700 scilla pipelines from jenkins to gha --- .github/workflows/ci-image-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-image-release.yml b/.github/workflows/ci-image-release.yml index 50d513426..792210074 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 }}