Skip to content

Commit 15c37ce

Browse files
committed
ci: update push image
1 parent 92d9f0e commit 15c37ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fhevm-geth-coprocessor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
release:
99
types:
1010
- published
11+
- prereleased
1112

1213
concurrency:
1314
group: geth-coprocessor-${{ github.ref_name }}
@@ -22,8 +23,7 @@ jobs:
2223
packages: "write"
2324
with:
2425
working-directory: "."
25-
# ${{ github.event_name == 'release' || github.ref_name == 'main' }}
26-
push_image: true
26+
push_image: ${{ github.event_name == 'release' || github.ref_name == 'main' }}
2727
image-name: "go-ethereum-coprocessor"
2828
image-dev-name: "go-ethereum-coprocessor-dev"
2929
generate-dev-image: true

0 commit comments

Comments
 (0)