Skip to content

Commit

Permalink
[TASK] Update URLs to GitHub ddev org
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Sep 10, 2024
1 parent 3265230 commit 86087f2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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-gitlab-ci
LABEL org.opencontainers.image.source=https://github.com/ddev/ddev-gitlab-ci

ARG ddev_version
ENV DDEV_VERSION=${ddev_version}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Available options:
| ./build.sh -v v1.23 | v1.23, v1.23.x (latest bugfix) |
| ... | ... |

The image is stored on the [GitHub Package Registry](https://github.com/ochorocho/ddev-gitlab-ci/pkgs/container/ddev-gitlab-ci)
The image is stored on the [GitHub Package Registry](https://github.com/ddev/ddev-gitlab-ci/pkgs/container/ddev-gitlab-ci)

### Run tests locally

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GITHUB_OWNER=ddev
PUSH=""
LOAD=""
IMAGE_NAME="ghcr.io/ochorocho/ddev-gitlab-ci"
IMAGE_NAME="ghcr.io/ddev/ddev-gitlab-ci"
DDEV_VERSION=""

# @todo:
Expand Down
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:

ddev-initialize-docker:
stage: testing
image: ghcr.io/ochorocho/ddev-gitlab-ci:v1.23
image: ghcr.io/ddev/ddev-gitlab-ci:v1.23
variables:
# Remove "umask 0000" usage, so DDEV has permissions on the cloned repository
# see https://docs.gitlab.com/runner/configuration/feature-flags.html#available-feature-flags
Expand Down
2 changes: 1 addition & 1 deletion docs/gitlab-com.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:

ddev-initialize:
stage: testing
image: ghcr.io/ochorocho/ddev-gitlab-ci:v1.23
image: ghcr.io/ddev/ddev-gitlab-ci:v1.23
variables:
# Remove "umask 0000" usage, so DDEV has permissions on the cloned repository
# see https://docs.gitlab.com/runner/configuration/feature-flags.html#available-feature-flags
Expand Down
2 changes: 1 addition & 1 deletion docs/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:

ddev-initialize-podman:
stage: testing
image: ghcr.io/ochorocho/ddev-gitlab-ci:v1.23
image: ghcr.io/ddev/ddev-gitlab-ci:v1.23
variables:
# Remove "umask 0000" usage, so DDEV has permissions on the cloned repository
# see https://docs.gitlab.com/runner/configuration/feature-flags.html#available-feature-flags
Expand Down
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
docker-run() {
local COMMAND=${1}

docker run --rm -it --network ddev-docker ghcr.io/ochorocho/ddev-gitlab-ci:"${DDEV_VERSION}" /bin/sh -c "${COMMAND}"
docker run --rm -it --network ddev-docker ghcr.io/ddev/ddev-gitlab-ci:"${DDEV_VERSION}" /bin/sh -c "${COMMAND}"
}

0 comments on commit 86087f2

Please sign in to comment.