diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 571fde7..7c8c748 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,13 @@ docker-build: # Use the official docker image. - image: docker:latest + # image: docker:latest stage: build - services: - - docker:dind + # services: + # - docker:dind tags: - big-build before_script: + - dnf install -y podman-docker - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY # Default branch leaves tag empty (= latest tag) # All other branches are tagged with the escaped branch name (commit ref slug)