File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 echo "::notice::Using Docker build image tag: ${TAG}"
5353 - name : Update the Docker build image in GitLab CI config
5454 run : |
55- sed -i 's| BUILDER_IMAGE_VERSION_PREFIX:.*|BUILDER_IMAGE_VERSION_PREFIX: "${{ steps.define-tag.outputs.tag }}-"|' .gitlab-ci.yml
55+ sed -i '' -E 's|( BUILDER_IMAGE_VERSION_PREFIX:)[^#]*([#].*)|\1 "${{ steps.define-tag.outputs.tag }}-" \2 |' .gitlab-ci.yml
5656 - name : Commit and push changes
5757 env :
5858 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ variables:
2727 GRADLE_VERSION : " 8.5" # must match gradle-wrapper.properties
2828 MAVEN_REPOSITORY_PROXY : " http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/maven-central/"
2929 GRADLE_PLUGIN_PROXY : " http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
30- BUILDER_IMAGE_VERSION_PREFIX : " v25.05-"
30+ BUILDER_IMAGE_VERSION_PREFIX : " " # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. " v25.05-")
3131 REPO_NOTIFICATION_CHANNEL : " #apm-java-escalations"
3232 DEFAULT_TEST_JVMS : /^(8|11|17|21)$/
3333 PROFILE_TESTS :
You can’t perform that action at this time.
0 commit comments