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

fix: variables hash

parent f18b8190
No related branches found
No related tags found
No related merge requests found
...@@ -176,20 +176,20 @@ version: ...@@ -176,20 +176,20 @@ version:
dind-build: dind-build:
extends: .dind extends: .dind
variables: variables:
- EXPORT_TAG: EXPORT_TAG:
dind-publish: dind-publish:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG} image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG}
extends: .dind extends: .dind
variables: variables:
- EXPORT_TAG: ${EXPORT_TAG} EXPORT_TAG: ${EXPORT_TAG}
dind-default: dind-default:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG} image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG}
extends: .dind extends: .dind
when: manual when: manual
variables: variables:
- EXPORT_TAG: master EXPORT_TAG: master
base: base:
parallel: parallel:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment