Skip to content
Snippets Groups Projects
Commit a0f7c15f authored by Виталий Шунков's avatar Виталий Шунков
Browse files

ci: fix build on tag

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
parent a8847f7e
Branches picodata-25.1
No related tags found
1 merge request!180ci: fix build on tag
Pipeline #45664 failed
......@@ -146,7 +146,7 @@ pack-on-tag:
.kaniko-image:
image:
name: docker-public.binary.picodata.io/kaniko-project/executor:v1.20.1-debug
name: docker-public.binary.picodata.io/kaniko-project/executor:v1.23.1-debug
entrypoint: ['']
pull_policy: [if-not-present]
before_script:
......@@ -156,15 +156,15 @@ pack-on-tag:
script:
- >
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile ${DOCKERFILE}
--build-arg TARANTOOL_VERSION=$TAG_LONG ${PUSH_DOCKER}
--build-arg TARANTOOL_VERSION=$CI_COMMIT_TAG ${PUSH_DOCKER}
--cache=false --cache-run-layers=true --single-snapshot --compressed-caching=false --use-new-run --snapshot-mode=redo --cleanup
--destination $DOCKER_REGISTRY_PUB/tarantool:$TAG_SHORT --destination $DOCKER_REGISTRY_PUB/tarantool:$TAG_LONG --destination $DOCKER_REGISTRY_PUB/tarantool:latest
--destination $DOCKER_REGISTRY_PUB/tarantool:$TAG_SHORT --destination $DOCKER_REGISTRY_PUB/tarantool:$CI_COMMIT_TAG --destination $DOCKER_REGISTRY_PUB/tarantool:latest
build-docker-on-tag:
stage: docker
extends: .kaniko-image
only:
- tags
rules:
- if: $CI_COMMIT_TAG
needs:
- pack-on-tag
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment