From c886f57119f2bb56d072050f8b7cc032bdf85d69 Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Thu, 13 Feb 2025 21:16:25 -0500 Subject: [PATCH] Continue if pre-warm cache fail in container build (#15835) Continue if pre-warm cache fail --- .github/actions/awx_devel_image/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/awx_devel_image/action.yml b/.github/actions/awx_devel_image/action.yml index d8e0d9debaf3..0d4c85e574be 100644 --- a/.github/actions/awx_devel_image/action.yml +++ b/.github/actions/awx_devel_image/action.yml @@ -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