Drop dind completely, go back to LXC runner
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
fc287f97f7
commit
749fa8802a
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
docker-build:
|
||||
image: docker:dind
|
||||
stage: build
|
||||
before_script:
|
||||
- apk add make git
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
|
||||
variables:
|
||||
GO111MODULE: "on"
|
||||
|
|
Loading…
Reference in a new issue