Merge branch 'gitlab-ci-dind' into 'develop'

GitLab CI: tag `dind`

See merge request soapbox-pub/soapbox!1819
This commit is contained in:
Alex Gleason 2022-10-09 16:35:27 +00:00
commit 26a0c567bc
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@ docker:
image: docker:20.10.17 image: docker:20.10.17
services: services:
- docker:20.10.17-dind - 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 # 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: script:
- echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER $CI_REGISTRY --password-stdin