mirror of
https://github.com/1Panel-dev/CordysCRM.git
synced 2026-05-14 19:32:10 +08:00
ci: change base image
This commit is contained in:
2
.github/workflows/build-and-push-base.yml
vendored
2
.github/workflows/build-and-push-base.yml
vendored
@@ -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"
|
||||
|
||||
@@ -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>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user