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

clear before_script for docker building stages

parent a9b54283
No related branches found
No related tags found
2 merge requests!120Resolve "Code Quality",!90Develop
Pipeline #67296 failed
...@@ -58,7 +58,7 @@ deploy:latest: ...@@ -58,7 +58,7 @@ deploy:latest:
stage: deploy stage: deploy
needs: ["build:docker"] needs: ["build:docker"]
tags: tags:
- baremetal - dind
script: script:
- 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 tag $DOCKER_IMAGE_SHA $TAG - docker tag $DOCKER_IMAGE_SHA $TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment