We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83328f commit 644896bCopy full SHA for 644896b
.ci.deploy.sh
@@ -45,7 +45,7 @@ docker run --rm -v "${PWD}":/usr/src/build \
45
-e CI_DEPLOY_PASSWORD \
46
-e GPG_KEY_NAME \
47
-e GPG_PASSPHRASE \
48
- maven:3.6-openjdk-"${JDK_VERSION}" \
+ maven:3.9-eclipse-temurin-"${JDK_VERSION}" \
49
/bin/bash -c "cd dockerfile-image-update && mvn --quiet --batch-mode deploy -P release scm:tag -Drevision=${NEW_PATCH_VERSION}"
50
51
# Get MVN_VERSION
0 commit comments