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

clear before_script for docker building stages

parent ecf6aca3
Branches
Tags
2 merge requests!120Resolve "Code Quality",!90Develop
Pipeline #67292 failed
......@@ -7,6 +7,7 @@ variables:
DOCKER_IMAGE_SHA: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
build:docker:
before_script:
image: docker:19.03.12
tags:
- dind
......@@ -23,6 +24,7 @@ build:docker:
-t $DOCKER_IMAGE_SHA .
.deploy: &deploy
before_script:
image: docker:19.03.12
stage: deploy
needs: ["build:docker"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment