File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 tag :
1010 description : ' The tag to use for the Docker build image'
1111 required : true
12- default : ' vYY.MM-base '
12+ default : ' vYY.MM'
1313
1414jobs :
1515 update-docker-build-image :
4646 08|09|10) TAG_DATE="${CURRENT_YEAR}.07" ;;
4747 11|12) TAG_DATE="${CURRENT_YEAR}.10" ;;
4848 esac
49- TAG="v${TAG_DATE}-base "
49+ TAG="v${TAG_DATE}"
5050 fi
5151 echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
5252 echo "::notice::Using Docker build image tag: ${TAG}"
5555 sed -i 's|DOCKER_IMAGE_VERSION=.*|DOCKER_IMAGE_VERSION="${{ steps.define-tag.outputs.tag }}"|' .circleci/render_config.py
5656 - name : Update the Docker build image in GitLab CI config
5757 run : |
58- sed -i 's|image: ghcr.io/datadog/dd-trace-java-docker-build:.*|image: ghcr.io/datadog/dd-trace-java-docker-build:${{ steps.define-tag.outputs.tag }}|' .gitlab-ci.yml
58+ sed -i 's|image: ghcr.io/datadog/dd-trace-java-docker-build:.*|image: ghcr.io/datadog/dd-trace-java-docker-build:${{ steps.define-tag.outputs.tag }}-base |' .gitlab-ci.yml
5959 - name : Commit and push changes
6060 env :
6161 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments