We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce22321 commit 686d395Copy full SHA for 686d395
.ci.deploy.sh
@@ -32,7 +32,7 @@ docker run --rm -v "${PWD}":/usr/src/build \
32
-e CI_DEPLOY_PASSWORD \
33
-e GPG_KEY_NAME \
34
-e GPG_PASSPHRASE \
35
- maven:3.6-jdk-"${JDK_VERSION}" \
+ maven:3.6-openjdk-"${JDK_VERSION}" \
36
/bin/bash -c "source .ci.prepare-ssh-gpg.sh && cd dockerfile-image-update && mvn --quiet --batch-mode deploy -P release scm:tag -Drevision=${NEW_PATCH_VERSION}"
37
38
# Get MVN_VERSION
0 commit comments