Skip to content
Snippets Groups Projects
Commit d93eef53 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

move IMAGE_BASENAME to global variables

parent c48333b2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ include:
ref: master
file: docker_hub.gitlab-ci.yml
variables:
IMAGE_BASENAME: ${IMAGE_PREFIX}/flutter
.build_flutter_base:
variables:
BUILD_ARGS: FLUTTER_VERSION=${VERSION}
......@@ -12,6 +15,5 @@ include:
- .build_flutter_base
- .build_image_job_template
variables:
IMAGE_BASENAME: ${IMAGE_PREFIX}/flutter
VERSION: 3.24.5
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.24,${IMAGE_BASENAME}:3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment