mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-06 15:26:55 +08:00
update
This commit is contained in:
parent
e9d1cfe6a2
commit
e6ed7ef5dd
8
.github/workflows/template_build.yml
vendored
8
.github/workflows/template_build.yml
vendored
@ -83,14 +83,6 @@ jobs:
|
|||||||
echo "Attempting to pull latest image for cache: ${{ steps.tags.outputs.image_repo_path }}:latest"
|
echo "Attempting to pull latest image for cache: ${{ steps.tags.outputs.image_repo_path }}:latest"
|
||||||
docker pull ${{ steps.tags.outputs.image_repo_path }}:latest || true
|
docker pull ${{ steps.tags.outputs.image_repo_path }}:latest || true
|
||||||
|
|
||||||
- name: Pull Intermediate Image for Cache
|
|
||||||
# Pulls the intermediate tag if specified and exists
|
|
||||||
if: inputs.intermediate_container != ''
|
|
||||||
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 }} || true
|
|
||||||
|
|
||||||
- name: Build Final Image
|
- name: Build Final Image
|
||||||
run: |
|
run: |
|
||||||
echo "Building final image without intermediate cache..."
|
echo "Building final image without intermediate cache..."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user