Skip to content

Commit

Permalink
Switch custom image job to tmpl-v2 and add one with tmpl-v2-fips
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m committed Feb 10, 2025
1 parent da1925d commit 6be4c69
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,26 @@ trigger_custom_operator_image_staging:
branch: master
strategy: depend
variables:
IMAGE_VERSION: tmpl-v1
IMAGE_VERSION: tmpl-v2
IMAGE_NAME: $PROJECTNAME
TMPL_SRC_IMAGE: v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}
RELEASE_TAG: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
BUILD_TAG: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
RELEASE_STAGING: "true"
RELEASE_PROD: "false"

trigger_custom_operator_image_fips_staging:
stage: release
rules:
- if: $PUSH_IMAGES_TO_STAGING == 'true'
when: manual
- when: never
trigger:
project: DataDog/images
branch: master
strategy: depend
variables:
IMAGE_VERSION: tmpl-v2-fips
IMAGE_NAME: $PROJECTNAME
TMPL_SRC_IMAGE: v${CI_PIPELINE_ID}-${CI_COMMIT_SHORT_SHA}
RELEASE_TAG: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
Expand Down

0 comments on commit 6be4c69

Please sign in to comment.