gitea ci cleanup images
This commit is contained in:
parent
9f6b22dc54
commit
8853744681
|
@ -21,6 +21,7 @@ if ! podman image exists ${gitea_image}:${gitea_version}; then
|
|||
podman image prune -a -f --filter intermediate=true
|
||||
podman image rm -f $(podman image list -a -q -- docker.io/library/golang)
|
||||
podman image rm -f $(podman image list -a -q -- docker.io/library/alpine)
|
||||
podman image rm -f $(podman image list -a -q -- docker.io/tonistiigi/xx)
|
||||
fi
|
||||
rm -rf ${buildfolder}
|
||||
eval "$retval"
|
||||
|
|
Loading…
Reference in a new issue