Skip to content

Commit

Permalink
Trigger internal image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Apr 7, 2021
1 parent d26b226 commit 39bfe4d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,22 @@ publish_public_latest:
IMG_SOURCES: $BUILD_DOCKER_REGISTRY/$PROJECTNAME:$CI_COMMIT_TAG-amd64,$BUILD_DOCKER_REGISTRY/$PROJECTNAME:$CI_COMMIT_TAG-arm64
IMG_DESTINATIONS: operator:latest
IMG_SIGNING: "false"

trigger_internal_image:
stage: release
rules:
- if: $CI_COMMIT_TAG
when: on_success
- when: never
trigger:
project: DataDog/images
branch: master
strategy: depend
variables:
IMAGE_VERSION: tmpl-v1
IMAGE_NAME: datadog-operator
RELEASE_TAG: ${CI_COMMIT_REF_SLUG}
BUILD_TAG: ${CI_COMMIT_REF_SLUG}
TMPL_SRC_IMAGE: v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}
RELEASE_STAGING: "true"
RELEASE_PROD: "true"

0 comments on commit 39bfe4d

Please sign in to comment.