Skip to content

Commit

Permalink
ci: enable push for current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Dec 4, 2024
1 parent 242a993 commit b7295da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fhevm-coprocessor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
packages: "write"
with:
working-directory: "."
push_image: ${{ github.event_name == 'release' || github.ref_name == 'main' }}
push_image: true
image-name: "fhevm-coprocessor"
generate-dev-image: false
docker-file: "fhevm-engine/coprocessor/Dockerfile"
Expand Down

0 comments on commit b7295da

Please sign in to comment.