GitLab CI: tag `dind`

merge-requests/1819/head
Alex Gleason 2022-10-09 16:33:10 +00:00
rodzic 6451a726e4
commit 8e2b4b6780
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -148,6 +148,8 @@ docker:
image: docker:20.10.17
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