Skip to content

Commit

Permalink
Restore CI rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Dec 23, 2024
1 parent b64eae5 commit 8ea47ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 8ea47ed

Please sign in to comment.