Skip to content

Commit 3d1e2b5

Browse files
committed
Fixed if statement
1 parent 73c77d5 commit 3d1e2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
docker push $NEW_IMAGE_ID
241241
242242
- name: Push with tag `latest`
243-
if: ${{ needs.process-info.outputs.is_highest_release && inputs.is_latest_rondb_release }}
243+
if: ${{ needs.process-info.outputs.is_highest_release == 'true' && inputs.is_latest_rondb_release }}
244244
run: |
245245
NEW_IMAGE_ID=hopsworks/$X86_IMAGE_NAME:latest
246246

0 commit comments

Comments
 (0)