build: Add a script execution judgment

This commit is contained in:
fit2-zhao
2025-04-27 15:47:58 +08:00
parent f055d83ff0
commit a656b0467d
2 changed files with 9 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Prepare
id: prepare
run: |
DOCKER_IMAGE=${{ secrets.FIT2CLOUD_REGISTRY_HOST }}/cordys/cordys-crm
DOCKER_IMAGE=${{ secrets.FIT2CLOUD_REGISTRY_HOST }}/cordys/cordys-crm-ce
DOCKER_PLATFORMS=${{ github.event.inputs.architecture }}
TAG_NAME=${{ github.event.inputs.dockerImageTag }}
if [[ ${TAG_NAME} == *dev* ]]; then