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 9
9
tag :
10
10
description : ' The tag to use for the Docker build image'
11
11
required : true
12
- default : ' vYY.MM-base '
12
+ default : ' vYY.MM'
13
13
14
14
jobs :
15
15
update-docker-build-image :
46
46
08|09|10) TAG_DATE="${CURRENT_YEAR}.07" ;;
47
47
11|12) TAG_DATE="${CURRENT_YEAR}.10" ;;
48
48
esac
49
- TAG="v${TAG_DATE}-base "
49
+ TAG="v${TAG_DATE}"
50
50
fi
51
51
echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
52
52
echo "::notice::Using Docker build image tag: ${TAG}"
55
55
sed -i 's|DOCKER_IMAGE_VERSION=.*|DOCKER_IMAGE_VERSION="${{ steps.define-tag.outputs.tag }}"|' .circleci/render_config.py
56
56
- name : Update the Docker build image in GitLab CI config
57
57
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
59
59
- name : Commit and push changes
60
60
env :
61
61
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments