diff options
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 249d61a..61c74f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,15 +4,16 @@ # Mentioned here: https://blog.callr.tech/building-docker-images-with-gitlab-ci-best-practices/ # do not use "latest" here, if you want this to work in the future -image: docker:18 +#image: docker:18 +image: registry.gitlab.com/kraxel/podman-docker-builder:latest stages: - build - push # Use this if your GitLab runner does not use socket binding -services: - - docker:dind +#services: +# - docker:dind before_script: # docker login asks for the password to be passed through stdin for security |