Skip to content

Commit

Permalink
[TASK] Rename project to "ddev-gitlab-ci"
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Jun 7, 2024
1 parent 3d380e8 commit a503f39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

ddev-initialize:
stage: project-template-test
image: ghcr.io/ochorocho/ddev-docker:v1.23.1
image: ghcr.io/ochorocho/ddev-gitlab-ci:v1.23.1
services:
- name: docker:dind
when: always
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker:latest

LABEL org.opencontainers.image.source https://github.com/ochorocho/ddev-docker
LABEL org.opencontainers.image.source=https://github.com/ochorocho/ddev-gitlab-ci

ARG ddev_version
ENV DDEV_VERSION=${ddev_version}
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GITHUB_OWNER=ddev
PUSH=""
IMAGE_NAME="ghcr.io/ochorocho/ddev-docker"
IMAGE_NAME="ghcr.io/ochorocho/ddev-gitlab-ci"
DDEV_VERSION=""

# @todo:
Expand Down

0 comments on commit a503f39

Please sign in to comment.