Skip to content

Commit db05b83

Browse files
committed
[TASK] Rename project to "ddev-gitlab-ci"
1 parent 3d380e8 commit db05b83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
ddev-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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM 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

55
ARG ddev_version
66
ENV DDEV_VERSION=${ddev_version}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DDEV Docker in Docker (dind)
1+
# DDEV GitLab CI - Docker in Docker (dind)
22

33
This image is most likely to be used within the GitLab Runner.
44
As of now it only tested it on gitlab.com

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
GITHUB_OWNER=ddev
44
PUSH=""
5-
IMAGE_NAME="ghcr.io/ochorocho/ddev-docker"
5+
IMAGE_NAME="ghcr.io/ochorocho/ddev-gitlab-ci"
66
DDEV_VERSION=""
77

88
# @todo:

0 commit comments

Comments
 (0)