Continue if pre-warm cache fail in container build (#15835)

Continue if pre-warm cache fail
This commit is contained in:
Hao Liu 2025-02-13 21:16:25 -05:00 committed by GitHub
parent 2e9fd7bd67
commit c886f57119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,7 @@ runs:
DEV_DOCKER_TAG_BASE=ghcr.io/${OWNER_LC} \
COMPOSE_TAG=${{ github.base_ref || github.ref_name }} \
docker pull -q `make print-DEVEL_IMAGE_NAME`
continue-on-error: true
- name: Build image for current source checkout
shell: bash