Skip to content

Commit

Permalink
fix(fakeintake): [agent6] Prevent publishing a latest fakeintake fr…
Browse files Browse the repository at this point in the history
…om `6.53.x` (#31175)
  • Loading branch information
chouetz authored Nov 18, 2024
1 parent eba8afa commit b7e2255
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .gitlab/dev_container_deploy/fakeintake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,3 @@ publish_fakeintake:
IMG_DESTINATIONS: fakeintake:v${CI_COMMIT_SHORT_SHA}
IMG_REGISTRIES: public
IMG_SIGNING: "false"

publish_fakeintake_latest:
extends: .docker_publish_job_definition
stage: dev_container_deploy
rules:
- !reference [.except_mergequeue]
- !reference [.on_fakeintake_changes_on_main]
needs:
- job: docker_build_fakeintake
optional: false
variables:
IMG_SOURCES: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent/fakeintake:v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}
IMG_DESTINATIONS: fakeintake:latest
IMG_REGISTRIES: public
IMG_SIGNING: "false"

0 comments on commit b7e2255

Please sign in to comment.