We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0903cf4 commit afb584fCopy full SHA for afb584f
.github/workflows/update-docker-build-image.yaml
@@ -55,7 +55,7 @@ jobs:
55
sed -i 's|DOCKER_IMAGE_VERSION=.*|DOCKER_IMAGE_VERSION="${{ steps.define-tag.outputs.tag }}"|' .circleci/render_config.py
56
- name: Update the Docker build image in GitLab CI config
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 }}-base|' .gitlab-ci.yml
+ sed -i 's|JAVA_BUILD_IMAGE_VERSION:.*|JAVA_BUILD_IMAGE_VERSION:"${{ steps.define-tag.outputs.tag }}"|' .gitlab-ci.yml
59
- name: Commit and push changes
60
env:
61
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments