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
No related branches found
No related tags found
1 merge request!648fix: use pipeline-${CI_PIPELINE_ID} as internal tag
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment