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

chore: order variables

parent 91479a73
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,11 @@ spec:
docker_build:
stage: build
variables:
DOCKER_HOST: $[[ inputs.docker_host ]]
DOCKER_DRIVER: $[[ inputs.docker_driver ]]
IMAGE_ID: $[[ inputs.image_id ]]
CONTEXT_PATH: $[[ inputs.context_path ]]
DOCKERFILE_NAME: $[[ inputs.dockerfile_name ]]
DOCKER_HOST: $[[ inputs.docker_host ]]
DOCKER_DRIVER: $[[ inputs.docker_driver ]]
KANIKO_OPTIONS: $[[ inputs.kaniko_options ]]
KANIKO_TAG: $[[ inputs.kaniko_tag ]]
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