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
Branches
Tags
1 merge request!128Prepare k8s deployment
Pipeline #67633 passed
...@@ -21,6 +21,7 @@ variables: ...@@ -21,6 +21,7 @@ variables:
--build-arg BUILDARGS=$BUILDARGS \ --build-arg BUILDARGS=$BUILDARGS \
-t $DOCKER_IMAGE_SHA . -t $DOCKER_IMAGE_SHA .
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker push $DOCKER_IMAGE_SHA
- docker tag $DOCKER_IMAGE_SHA $TAG - docker tag $DOCKER_IMAGE_SHA $TAG
- docker push $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