From d6fe50752b59cd3bb5eeaa415a47e69ebdd273c5 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 27 Dec 2024 15:50:51 +0800 Subject: [PATCH] ci: change base image --- .github/workflows/build-and-push-base.yml | 2 +- installer/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "