mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-05 22:53:23 +08:00
update
This commit is contained in:
parent
a41449630c
commit
3f5b911c1e
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'
|
continue-on-error: true # Mimics '|| true'
|
||||||
run: |
|
run: |
|
||||||
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
|
docker pull ${{ steps.tags.outputs.image_repo_path }}:latest || true
|
||||||
|
|
||||||
- name: Pull Intermediate Image for Cache
|
- name: Pull Intermediate Image for Cache
|
||||||
# Pulls the intermediate tag if specified and exists
|
# Pulls the intermediate tag if specified and exists
|
||||||
@ -97,7 +97,7 @@ jobs:
|
|||||||
continue-on-error: true # Mimics '|| true'
|
continue-on-error: true # Mimics '|| true'
|
||||||
run: |
|
run: |
|
||||||
echo "Attempting to pull intermediate image for cache: ${{ steps.tags.outputs.image_repo_path }}:${{ inputs.intermediate_container }}"
|
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
|
- name: Build Intermediate Image
|
||||||
# Builds the intermediate target if specified
|
# Builds the intermediate target if specified
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user