Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • docker-images/flutter/flutter-base
1 result
Show changes
Commits on Source (2)
......@@ -11,10 +11,26 @@ 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}
"3.24.5":
extends:
- .build_flutter_base
- .build_image_job_template
variables:
VERSION: 3.24.5
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.24,${IMAGE_BASENAME}:3
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.24