Drop dind completely, go back to LXC runner

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-12-09 19:49:28 +05:30
parent fc287f97f7
commit 749fa8802a
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -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"