Revert: Switch to LXC Runner

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-05-08 18:18:07 +05:30
parent c20a075605
commit 33cb215065
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -1,5 +1,8 @@
docker-build:
image: docker:latest
stage: build
services:
- docker:dind
before_script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
script: