diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ab08fe..4d19e70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,8 @@ docker-build: - image: docker:latest + image: quay.io/podman/stable:latest stage: build - services: - - docker:dind before_script: - - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin + - echo "$DOCKER_PASSWORD" | podman login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin script: - - docker build . -t registry.baalajimaestro.me/baalajimaestro/nim-censor-bot:latest - - docker push registry.baalajimaestro.me/baalajimaestro/nim-censor-bot:latest \ No newline at end of file + - podman build . -t registry.baalajimaestro.me/baalajimaestro/nim-censor-bot:latest + - podman push registry.baalajimaestro.me/baalajimaestro/nim-censor-bot:latest \ No newline at end of file