feat: dind
This commit is contained in:
parent
f054b1c5f2
commit
bd73b385b6
@ -1,6 +1,10 @@
|
|||||||
deploy:
|
deploy:
|
||||||
stage: 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:
|
script:
|
||||||
# - VERSION="$(python scripts/get_replication_version.py)"
|
# - VERSION="$(python scripts/get_replication_version.py)"
|
||||||
# - echo "Building docker image with version ${VERSION}"
|
# - echo "Building docker image with version ${VERSION}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user