Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 08a78255 authored by Benoît's avatar Benoît
Browse files

Update build.yaml

parent ee91794f
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ include:
if [[ -n "${CI_COMMIT_TAG}" ]]; then
DOCKER_HUB_OPTIONS="--destination=${DOCKER_HUB_DESTINATION}:${CI_APPLICATION_TAG}-${ARCH} --destination=${DOCKER_HUB_DESTINATION}:latest-${ARCH}"
fi
/kaniko/executor --context ${CI_PROJECT_DIR}/${IMAGE_NAME} \
/kaniko/executor --context ${CI_PROJECT_DIR}/${IMAGE_PATH} \
--dockerfile Dockerfile \
--destination ${CI_IMAGE}-${ARCH} \
${DOCKER_HUB_OPTIONS} \
......
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