File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22ddev-initialize :
33 stage : project-template-test
4- image : ghcr.io/ochorocho/ddev-docker :v1.23.1
4+ image : ghcr.io/ochorocho/ddev-gitlab-ci :v1.23.1
55 services :
66 - name : docker:dind
77 when : always
Original file line number Diff line number Diff line change 11FROM docker:latest
22
3- LABEL org.opencontainers.image.source https://github.com/ochorocho/ddev-docker
3+ LABEL org.opencontainers.image.source= https://github.com/ochorocho/ddev-gitlab-ci
44
55ARG ddev_version
66ENV DDEV_VERSION=${ddev_version}
Original file line number Diff line number Diff line change 1- # DDEV Docker in Docker (dind)
1+ # DDEV GitLab CI - Docker in Docker (dind)
22
33This image is most likely to be used within the GitLab Runner.
44As of now it only tested it on gitlab.com
Original file line number Diff line number Diff line change 22
33GITHUB_OWNER=ddev
44PUSH=" "
5- IMAGE_NAME=" ghcr.io/ochorocho/ddev-docker "
5+ IMAGE_NAME=" ghcr.io/ochorocho/ddev-gitlab-ci "
66DDEV_VERSION=" "
77
88# @todo:
You can’t perform that action at this time.
0 commit comments