We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945033e commit 0103d69Copy full SHA for 0103d69
.github/workflows/scripts/load-oci-archives.sh
@@ -72,6 +72,3 @@ for img in "${OCI_IMAGES[@]}"; do
72
docker image tag "localhost/oci/${image_variant}:latest" "${image_variant}:latest-local"
73
docker image rm "localhost/oci/${image_variant}:latest"
74
done
75
-
76
-# shellcheck disable=SC2046
77
-docker image rm $(docker images -qf dangling=true) 2>/dev/null || true
0 commit comments