feat: dind

This commit is contained in:
Swann 2020-10-02 23:52:19 +02:00
parent f054b1c5f2
commit bd73b385b6
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -1,6 +1,10 @@
deploy:
stage: deploy
image: docker:stable
image: docker:dind
before_script:
# docker login asks for the password to be passed through stdin for security
# we use $CI_JOB_TOKEN here which is a special token provided by GitLab
- echo -n $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin $CI_REGISTRY
script:
# - VERSION="$(python scripts/get_replication_version.py)"
# - echo "Building docker image with version ${VERSION}"