Skip to content

Commit 1ba72b2

Browse files
committed
Don't remove dangling images
Signed-off-by: Marco Franssen <[email protected]>
1 parent 747d68f commit 1ba72b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/scripts/load-oci-archives.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,3 @@ for img in "${OCI_IMAGES[@]}"; do
7272
docker image tag "localhost/oci/${image_variant}:latest" "${image_variant}:latest-local"
7373
docker image rm "localhost/oci/${image_variant}:latest"
7474
done
75-
76-
# shellcheck disable=SC2046
77-
docker image rm $(docker images -qf dangling=true) 2>/dev/null || true

0 commit comments

Comments
 (0)