Skip to content
Snippets Groups Projects
Commit 6b73e330 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

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

parent f9b300a6
Branches
No related tags found
1 merge request!648fix: use pipeline-${CI_PIPELINE_ID} as internal tag
...@@ -34,7 +34,7 @@ variables: ...@@ -34,7 +34,7 @@ variables:
BUILD_OPTIONS: BUILD_OPTIONS:
## Internal tag used for the CI ## Internal tag used for the CI
INTERNAL_TAG: "${CI_COMMIT_REF_NAME}-${CI_PIPELINE_ID}" INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}"
stages: stages:
- config - config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment