From 8ea47ed03dc29307c8de84831aebeb3f677993c5 Mon Sep 17 00:00:00 2001 From: Dzmitry Hil Date: Mon, 23 Dec 2024 19:08:20 +0300 Subject: [PATCH] Restore CI rules. --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0845c58df..05fc73bbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,6 @@ on: push: branches: - chains/coreum-v0.50.x - pull_request: # FIXME remove !!! - branches: - - chains/coreum-v0.50.x env: CALLISTO_IMAGE_NAME: callisto @@ -51,7 +48,7 @@ jobs: with: file: Dockerfile context: . - push: false # FIXME restore to true + push: true platforms: linux/amd64,linux/arm64 # if tag is an empty string, plugin will skip that tag. tags: | @@ -63,7 +60,7 @@ jobs: uses: docker/build-push-action@v4 with: file: Dockerfile.hasura - push: false # FIXME restore to true + push: true platforms: linux/amd64,linux/arm64 tags: | ${{ env.ORG }}/${{ env.HASURA_IMAGE_NAME }}:latest