Skip to content

Commit

Permalink
[gitlab] use test-infra image to bump on datadog-agent
Browse files Browse the repository at this point in the history
Requires jq
  • Loading branch information
pducolin committed Dec 17, 2024
1 parent 6fe0f0c commit c9b482b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ release-runner-image:

bump-version-on-datadog-agent:
stage: post-release
image: registry.ddbuild.io/ci/datadog-agent-buildimages/deb_x64:v48815877-9bfad02c
image: ${CI_REGISTRY_IMAGE_TEST}:${CI_COMMIT_SHORT_SHA}
tags: ["arch:amd64"]
rules:
- if: $CI_COMMIT_BRANCH == "main"
Expand Down

0 comments on commit c9b482b

Please sign in to comment.