Skip to content
Snippets Groups Projects

fix: use pipeline-${CI_PIPELINE_ID} as internal tag

Merged Wouter Deconinck requested to merge wdconinc-master-patch-51251 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -34,7 +34,7 @@ variables:
BUILD_OPTIONS:
## Internal tag used for the CI
INTERNAL_TAG: "${CI_COMMIT_REF_NAME}-${CI_PIPELINE_ID}"
INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}"
stages:
- config
Loading