Skip to content

Commit 48a233d

Browse files
committed
Fix check on output
1 parent dd7f830 commit 48a233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
build:
4949
needs: check-image-presence
50-
if: ${{ needs.check-images-presence.outputs.build_needed == 'true' }}
50+
if: needs.check-image-presence.outputs.build_needed == 'true'
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout code

0 commit comments

Comments
 (0)