From dd9c6270ba3d16b7f74847794d2bf3c0fdce778e Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 22 Jul 2021 19:43:34 -0400 Subject: [PATCH] Dont fail when pre-built CI image is not available --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7377b4af88..875c2a7403 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: - name: Pre-pull image to warm build cache run: | - docker pull ghcr.io/${{ github.repository_owner }}/awx_devel:${{ github.base_ref }} + docker pull ghcr.io/${{ github.repository_owner }}/awx_devel:${{ github.base_ref }} || : - name: Build image run: |