Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ include: - project: 'ci/templates' file: 'docker/kaniko.yml' kaniko: docker:kaniko: variables: # Set to "false" to disable kaniko caching. See here: https://github.com/GoogleContainerTools/kaniko/blob/master/README.md#caching USE_CACHE: "true" Loading @@ -69,7 +69,7 @@ kaniko: DOCKERFILE: "mydockerfiles/myawesome.Dockerfile" # Optional, defaults to just Dockerfile another-build: extends: kaniko # This will inherit the above as well extends: docker:kaniko # This will inherit the above as well variables: DESTINATIONS: "--destination $CI_REGISTRY_IMAGE:my_custom_tag" DOCKERFILE: "mydockerfiles/mycustom.Dockerfile" Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ include: - project: 'ci/templates' file: 'docker/kaniko.yml' kaniko: docker:kaniko: variables: # Set to "false" to disable kaniko caching. See here: https://github.com/GoogleContainerTools/kaniko/blob/master/README.md#caching USE_CACHE: "true" Loading @@ -69,7 +69,7 @@ kaniko: DOCKERFILE: "mydockerfiles/myawesome.Dockerfile" # Optional, defaults to just Dockerfile another-build: extends: kaniko # This will inherit the above as well extends: docker:kaniko # This will inherit the above as well variables: DESTINATIONS: "--destination $CI_REGISTRY_IMAGE:my_custom_tag" DOCKERFILE: "mydockerfiles/mycustom.Dockerfile" Loading