diff --git a/.github/docker-prune.sh b/.github/docker-prune.sh index 4532c9e0792d2..8e9fc2df1744a 100755 --- a/.github/docker-prune.sh +++ b/.github/docker-prune.sh @@ -5,9 +5,11 @@ set -e # pruning is only run when inside CI to avoid accidentally removing stuff # GITHUB_ACTIONS is always set to true inside Github Actions # https://docs.github.com/en/actions/learn-github-actions/environment-variables -if [ "${GITHUB_ACTIONS}" == true ] ; then - docker container prune -f - docker image prune -f - docker network prune -f - docker volume prune -f -fi +#if [ "${GITHUB_ACTIONS}" == true ] ; then +# docker container prune -f +# docker image prune -f +# docker network prune -f +# docker volume prune -f +#fi + +echo "docker-prune.sh is disabled for now" diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 265f81d6e1445..83dcd70ae574c 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -120,7 +120,7 @@ 2.0.0 - 0.43.0 + 0.43.4 2.23.0 1.9.0 3.6.0