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

add 3.27.1 version

parent 10d87e13
No related branches found
No related tags found
No related merge requests found
Pipeline #7660 passed with stage
in 49 minutes and 48 seconds
......@@ -11,13 +11,21 @@ variables:
DOCKER_BUILDX_PLATFORMS: linux/amd64
BUILD_ARGS: FLUTTER_VERSION=${VERSION}
"3.27.1":
extends:
- .build_flutter_base
- .build_image_job_template
variables:
VERSION: 3.27.1
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.27,${IMAGE_BASENAME}:3
"3.27.0":
extends:
- .build_flutter_base
- .build_image_job_template
variables:
VERSION: 3.27.0
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.27,${IMAGE_BASENAME}:3
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION}
"3.24.5":
extends:
......
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