Merge branch '2.4.x'

This commit is contained in:
Phillip Webb 2021-04-06 23:08:05 -07:00
commit a24199bbcc
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ fi
if [[ -n $DOCKER_HUB_USERNAME ]]; then if [[ -n $DOCKER_HUB_USERNAME ]]; then
docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD docker login -u $DOCKER_HUB_USERNAME -p $DOCKER_HUB_PASSWORD
docker pull paketobuildpacks/run:tiny-cnb
docker pull springci/spring-boot-cnb-builder:0.0.1
fi fi
cleanup_maven_repo "org.springframework.boot" cleanup_maven_repo "org.springframework.boot"