Skip to content

Commit 6941697

Browse files
committed
remove default image
1 parent 914de7b commit 6941697

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,15 +332,15 @@ jobs:
332332
fi
333333
334334
INPUT='${{ inputs.docker_images }}'
335-
DEFAULT_IMAGE="docker.io/my-organization/my-app:${GITHUB_SHA}"
335+
336336
337337
if [ -z "$INPUT" ]; then
338338
INPUT="[]"
339339
fi
340340
341341
if [ "$INPUT" = "[]" ]; then
342-
echo "No docker images provided; defaulting to $DEFAULT_IMAGE"
343-
echo "images=[\"$DEFAULT_IMAGE\"]" >> "$GITHUB_OUTPUT"
342+
echo "No docker images provided"
343+
exit 1
344344
else
345345
echo "Using provided docker images: $INPUT"
346346
echo "images=$INPUT" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)