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 c07a11b1 authored by Dorian Turba's avatar Dorian Turba
Browse files

fix: remove deprecated variables

parent c8a00b7b
No related branches found
No related tags found
1 merge request!1Revert "update: kaniko version 1.23.1"
...@@ -3,9 +3,7 @@ docker_build: ...@@ -3,9 +3,7 @@ docker_build:
variables: variables:
DOCKER_HOST: tcp://docker:2375/ DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
TAG: $CI_COMMIT_SHA TARGET_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
IMAGE_NAME: $CI_PROJECT_NAME
TARGET_IMAGE: $CI_REGISTRY_IMAGE:$TAG
PROJECT_PATH: . PROJECT_PATH: .
KANIKO_OPTIONS: "" KANIKO_OPTIONS: ""
image: image:
......
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