Skip to content
Snippets Groups Projects
Commit 6e053a71 authored by Iheb Boussida's avatar Iheb Boussida
Browse files

Update .gitlab-ci.yml file

parent 3fd259ac
No related branches found
No related tags found
No related merge requests found
Pipeline #226944 failed
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [""]
script:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
check:
stage: build
needs:
- build
script:
- echo "${CI_REGISTRY_IMAGE}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment