GitLab CI: tag dind

This commit is contained in:
Alex Gleason 2022-10-09 17:25:23 +00:00
parent 512398a556
commit 23ab8e12b9

View file

@ -142,6 +142,8 @@ docker:
cache: {}
services:
- docker:20.10.17-dind
tags:
- dind
# https://medium.com/devops-with-valentine/how-to-build-a-docker-image-and-push-it-to-the-gitlab-container-registry-from-a-gitlab-ci-pipeline-acac0d1f26df
script:
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin