From cb65bcda5ebf6325f10bdcd5b800c99ba77c9d25 Mon Sep 17 00:00:00 2001 From: Pablo Suarez Date: Tue, 20 Jun 2023 18:25:10 +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 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 }}