ci: change base image

This commit is contained in:
CaptainB
2024-12-27 15:50:51 +08:00
parent b26fb1985d
commit d6fe50752b
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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 <support@fit2cloud.com>"