Added all to the prune action
This commit is contained in:
@@ -50,7 +50,7 @@ echo "Running docker buildx with options: ${DOCKER_BUILD_OPTIONS[@]}"
|
|||||||
echo "Building and pushing !"
|
echo "Building and pushing !"
|
||||||
docker buildx build "${DOCKER_BUILD_OPTIONS[@]}"
|
docker buildx build "${DOCKER_BUILD_OPTIONS[@]}"
|
||||||
echo "Cleaning up docker"
|
echo "Cleaning up docker"
|
||||||
docker system prune --force
|
docker system prune --all --force
|
||||||
|
|
||||||
echo "imageName=${IMAGE_NAME}" >>"$GITEA_OUTPUT"
|
echo "imageName=${IMAGE_NAME}" >>"$GITEA_OUTPUT"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user