Skip to content

Commit 7febc17

Browse files
committed
action stabilisation
1 parent b324886 commit 7febc17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

actions/docker/scan-docker-repo/create-plan.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,14 @@ if [ ! -d "${target_dir}" ]; then
6060
mkdir -p "${target_dir}"
6161
fi
6262

63+
if [ !-f "${SKIPPED_FILE}" ]; then
64+
touch "${SKIPPED_FILE}"
65+
fi
66+
6367
# Split list of tags into ${chunks_count} files inside ${target_dir}
6468
# Files are rotated in round-robin manner to avoid large images bias: if some software is large,
6569
# it is sperad across several chunks and is treated by CI in parallel, providing better
6670
# execution time equality for all chunks.
67-
6871
"${script_dir}/list-images.sh" "${registry}" "${repository}" |
6972
skip_ignored |
7073
awk \

0 commit comments

Comments
 (0)