mirror of
https://github.com/1Panel-dev/CordysCRM.git
synced 2026-05-16 04:42: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"
|
||||
|
||||
Reference in New Issue
Block a user