Skip to content

Commit 15491aa

Browse files
committed
Make images available through docker CLI if not pushing
(SOFTWARE-5013) Pushing should be a terminal step in our CI
1 parent f0f702a commit 15491aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ runs:
146146
if: success()
147147
uses: docker/[email protected]
148148
with:
149+
load: ${{ ! fromJSon(inputs.push_image) }}
149150
push: ${{ fromJSon(inputs.push_image) }}
150151
context: ${{ inputs.context }}
151152
build-args: |

0 commit comments

Comments
 (0)