File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
run : cat autogenerated_files/*/volumes/sysbench_single/final_result.txt
156
156
157
157
- name : Build X86 image
158
- if : ${{ inputs.skip_test == 'true' }} && github.repository == 'logicalclocks/rondb-docker' && (startsWith(github.ref_name, 'release-') || github.ref_name == 'main')
158
+ if : ${{ inputs.skip_test == 'true' && github.repository == 'logicalclocks/rondb-docker' && (startsWith(github.ref_name, 'release-') || github.ref_name == 'main')}}
159
159
run : |
160
160
VERSION="$(sed -e 's/^[[:space:]]*//' -e '/-SNAPSHOT$/s/.*/dev/' ./VERSION)"
161
161
docker buildx build . \
@@ -184,7 +184,7 @@ jobs:
184
184
docker push $IMAGE_NAME
185
185
186
186
- name : Push with tag `latest`
187
- if : needs.check-git.outputs.is_highest_release == 'true' && ${{ inputs.is_latest_rondb_release == 'true' }}
187
+ if : ${{ needs.check-git.outputs.is_highest_release == 'true' && inputs.is_latest_rondb_release == 'true' }}
188
188
run : |
189
189
VERSION="$(sed -e 's/^[[:space:]]*//' -e '/-SNAPSHOT$/s/.*/dev/' ./VERSION)"
190
190
IMAGE_NAME=hopsworks/$X86_IMAGE_NAME:latest
You can’t perform that action at this time.
0 commit comments