Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 4, 2025
1 parent 182549e commit 233c03a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
with:
context: .
file: proposer/op/Dockerfile.op_proposer
push: true
# push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta-op-proposer.outputs.tags }}
labels: ${{ steps.meta-op-proposer.outputs.labels }}
Expand All @@ -89,6 +90,7 @@ jobs:
with:
context: .
file: proposer/succinct/Dockerfile
push: true
# push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta-succinct.outputs.tags }}
labels: ${{ steps.meta-succinct.outputs.labels }}
Expand Down

0 comments on commit 233c03a

Please sign in to comment.