Skip to content

Commit 1072ae6

Browse files
committed
Put everything into ${{}}
1 parent 6563323 commit 1072ae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test_push.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: cat autogenerated_files/*/volumes/sysbench_single/final_result.txt
156156

157157
- 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')}}
159159
run: |
160160
VERSION="$(sed -e 's/^[[:space:]]*//' -e '/-SNAPSHOT$/s/.*/dev/' ./VERSION)"
161161
docker buildx build . \
@@ -184,7 +184,7 @@ jobs:
184184
docker push $IMAGE_NAME
185185
186186
- 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' }}
188188
run: |
189189
VERSION="$(sed -e 's/^[[:space:]]*//' -e '/-SNAPSHOT$/s/.*/dev/' ./VERSION)"
190190
IMAGE_NAME=hopsworks/$X86_IMAGE_NAME:latest

0 commit comments

Comments
 (0)