Skip to content

Commit 8d792aa

Browse files
committed
fix the boolean condition in the build and cache image job
Signed-off-by: Nelesh Singla <117123879+nsingla@users.noreply.github.com>
1 parent 14bacb5 commit 8d792aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
subject-digest: ${{ steps.push.outputs.digest }}
192192

193193
build-and-cache-images:
194-
if: inputs.push
194+
if: inputs.push == false
195195
continue-on-error: false
196196
runs-on: ubuntu-latest
197197
steps:

0 commit comments

Comments
 (0)