We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d9f0e commit 15c37ceCopy full SHA for 15c37ce
.github/workflows/fhevm-geth-coprocessor.yml
@@ -8,6 +8,7 @@ on:
8
release:
9
types:
10
- published
11
+ - prereleased
12
13
concurrency:
14
group: geth-coprocessor-${{ github.ref_name }}
@@ -22,8 +23,7 @@ jobs:
22
23
packages: "write"
24
with:
25
working-directory: "."
- # ${{ github.event_name == 'release' || github.ref_name == 'main' }}
26
- push_image: true
+ push_image: ${{ github.event_name == 'release' || github.ref_name == 'main' }}
27
image-name: "go-ethereum-coprocessor"
28
image-dev-name: "go-ethereum-coprocessor-dev"
29
generate-dev-image: true
0 commit comments