mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-02 04:45:39 +08:00
check new exclude backend
This commit is contained in:
parent
783a01c861
commit
98a3d3ebd1
6
.github/workflows/build_new.yml
vendored
6
.github/workflows/build_new.yml
vendored
@ -34,9 +34,9 @@ jobs:
|
||||
# We wrap the image configuration in a single 'image_config' key
|
||||
# to pass it more easily if needed, but primarily access sub-keys directly.
|
||||
image_config:
|
||||
- IMAGE_NAME: backend-aimingmedai
|
||||
BUILD_CONTEXT: ./app/backend
|
||||
DOCKERFILE: ./app/backend/Dockerfile
|
||||
# - IMAGE_NAME: backend-aimingmedai
|
||||
# BUILD_CONTEXT: ./app/backend
|
||||
# DOCKERFILE: ./app/backend/Dockerfile
|
||||
- IMAGE_NAME: frontend-aimingmedai
|
||||
BUILD_CONTEXT: ./app/frontend
|
||||
DOCKERFILE: ./app/frontend/Dockerfile.test
|
||||
|
||||
12
.github/workflows/debug_env.yml
vendored
12
.github/workflows/debug_env.yml
vendored
@ -1,12 +0,0 @@
|
||||
name: Debug Environment
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Allows manual triggering
|
||||
|
||||
jobs:
|
||||
debug:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print GITHUB_REPOSITORY
|
||||
run: |
|
||||
echo "GITHUB_REPOSITORY: ${{ github.repository }}"
|
||||
Loading…
x
Reference in New Issue
Block a user