Skip to content
Snippets Groups Projects
Commit dd145e4c authored by Steffen Schulze's avatar Steffen Schulze
Browse files

Update .gitlab-ci.yml

parent 512eb04b
No related branches found
No related tags found
No related merge requests found
Pipeline #39471 failed
variables: variables:
DOCKERFILE: Dockerfile DOCKERFILE: Dockerfile
TAG: ${HARBOR_HOST}/${HARBOR_PROJECT}/$SERVICE TAG: ${HARBOR_HOST}/${HARBOR_PROJECT}/$SERVICE
DOCKER_ARGS: "--build-arg=\"SERVICE=${SERVICE}\""
stages: stages:
- build - build
- release - release
...@@ -40,5 +39,5 @@ docker-build: ...@@ -40,5 +39,5 @@ docker-build:
--cache-ttl=24h --cache-ttl=24h
--destination "${IMAGE_TAG_LOCATION}" --destination "${IMAGE_TAG_LOCATION}"
--build-arg RUNNER_VERSION=${RUNNER_VERSION} --build-arg GITLAB_TOKEN=gitlab-ci-token:${CI_JOB_TOKEN} --build-arg RUNNER_VERSION=${RUNNER_VERSION} --build-arg GITLAB_TOKEN=gitlab-ci-token:${CI_JOB_TOKEN}
${DOCKER_ARGS} --build-arg="SERVICE=${SERVICE}"
${KANIKO_PROXY_ARGS} ${KANIKO_PROXY_ARGS}
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