diff --git a/.github/workflows/build-and-push-base.yml b/.github/workflows/build-and-push-base.yml index 4ef863442..c88cc4454 100644 --- a/.github/workflows/build-and-push-base.yml +++ b/.github/workflows/build-and-push-base.yml @@ -25,7 +25,7 @@ jobs: - name: Prepare id: prepare run: | - DOCKER_IMAGE=ghcr.io/cordys/cordys-base + DOCKER_IMAGE=ghcr.io/cordys-dev/cordys-base DOCKER_PLATFORMS=${{ github.event.inputs.architecture }} TAG_NAME=latest DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME} --tag ${DOCKER_IMAGE}:latest" diff --git a/installer/Dockerfile b/installer/Dockerfile index 2e1030caf..d79552ad8 100644 --- a/installer/Dockerfile +++ b/installer/Dockerfile @@ -20,7 +20,7 @@ RUN ./mvnw clean package -DskipTests -pl '!frontend' && \ -FROM ghcr.io/cordys/cordys-base +FROM ghcr.io/cordys-dev/cordys-base LABEL maintainer="FIT2CLOUD "