Skip to content

Commit

Permalink
ci(repo): add back build docker on branch (taikoxyz#17190)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored May 15, 2024
1 parent 84ede84 commit 9a25e23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/eventindexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
flags: eventindexer

push-eventindexer-docker-image:
# only push docker image on PR merge to main
if: ${{ github.event == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event == 'push' }}
name: Build and push docker image
runs-on: [taiko-runner]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/guardian-prover-health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
flags: guardian-prover-health-check

push-guardian-prover-health-check-docker-image:
# only push docker image on PR merge to main
if: ${{ github.event == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event == 'push' }}
name: Build and push docker image
runs-on: [taiko-runner]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
flags: relayer

push-relayer-docker-image:
# only push docker image on PR merge to main
if: ${{ github.event == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event == 'push' }}
name: Build and push docker image
runs-on: [taiko-runner]

Expand Down

0 comments on commit 9a25e23

Please sign in to comment.