Added 3.17
This commit is contained in:
parent
959a30e097
commit
7adfa5a447
|
|
@ -41,6 +41,16 @@ build_3_18:
|
||||||
- docker image push ${CI_REGISTRY}/${CI_PROJECT_PATH}:3.18
|
- docker image push ${CI_REGISTRY}/${CI_PROJECT_PATH}:3.18
|
||||||
- docker image push ${HUB_IMAGE_PATH}:3.18
|
- docker image push ${HUB_IMAGE_PATH}:3.18
|
||||||
|
|
||||||
|
build_3_17:
|
||||||
|
stage: build
|
||||||
|
extends: .build
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
script:
|
||||||
|
- DOCKER_BUILDKIT=1 docker image build --build-arg="ALPINE_VERSION=3.17" -t ${CI_REGISTRY}/${CI_PROJECT_PATH}:3.17 -t ${HUB_IMAGE_PATH}:3.17 .
|
||||||
|
- docker image push ${CI_REGISTRY}/${CI_PROJECT_PATH}:3.17
|
||||||
|
- docker image push ${HUB_IMAGE_PATH}:3.17
|
||||||
|
|
||||||
build_3_16:
|
build_3_16:
|
||||||
stage: build
|
stage: build
|
||||||
extends: .build
|
extends: .build
|
||||||
|
|
|
||||||
Reference in New Issue