Skip to content
Snippets Groups Projects
Commit c87dd187 authored by Lorenzo Del Pianta's avatar Lorenzo Del Pianta :robot:
Browse files

Update .gitlab-ci.yml

parent 2aaf508b
No related branches found
No related tags found
1 merge request!273Changing builder image in ci pipeline
Pipeline #10134740 canceled
......@@ -17,7 +17,7 @@ stages:
- /kaniko/executor --context "$CI_PROJECT_DIR/$CONTEXT_DIR" --dockerfile "$CI_PROJECT_DIR/$CONTEXT_DIR/$DOCKERFILE"
--destination "${CI_REGISTRY_IMAGE}/${IMAGE_NAME}:${TAG}" $BUILD_ARGS
# Print the full registry path of the pushed image
- echo "Image pushed to "${CI_REGISTRY_IMAGE}/${IMAGE_NAME}:${TAG}"
- echo "Image pushed to ${CI_REGISTRY_IMAGE}/${IMAGE_NAME}:${TAG}"
environment:
stage: environment
......
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