mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
Merge pull request #49 from aimingmed/feature/backend-frontend-structure
update
This commit is contained in:
commit
ea9080f114
4
.github/workflows/template_build.yml
vendored
4
.github/workflows/template_build.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
continue-on-error: true # Mimics '|| true'
|
||||
run: |
|
||||
echo "Attempting to pull latest image for cache: ${{ steps.tags.outputs.image_repo_path }}:latest"
|
||||
docker pull ${{ steps.tags.outputs.image_repo_path }}:latest
|
||||
docker pull ${{ steps.tags.outputs.image_repo_path }}:latest || true
|
||||
|
||||
- name: Pull Intermediate Image for Cache
|
||||
# Pulls the intermediate tag if specified and exists
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
continue-on-error: true # Mimics '|| true'
|
||||
run: |
|
||||
echo "Attempting to pull intermediate image for cache: ${{ steps.tags.outputs.image_repo_path }}:${{ inputs.intermediate_container }}"
|
||||
docker pull ${{ steps.tags.outputs.image_repo_path }}:${{ inputs.intermediate_container }}
|
||||
docker pull ${{ steps.tags.outputs.image_repo_path }}:${{ inputs.intermediate_container }} || true
|
||||
|
||||
- name: Build Intermediate Image
|
||||
# Builds the intermediate target if specified
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user