Skip to content
Snippets Groups Projects
Commit b79ccbc2 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

add push commit tag build

parent aec70728
No related branches found
No related tags found
1 merge request!128Prepare k8s deployment
Pipeline #67633 passed
This commit is part of merge request !128. Comments created here will be created in the context of that merge request.
......@@ -21,6 +21,7 @@ variables:
--build-arg BUILDARGS=$BUILDARGS \
-t $DOCKER_IMAGE_SHA .
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker push $DOCKER_IMAGE_SHA
- docker tag $DOCKER_IMAGE_SHA $TAG
- docker push $TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment