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: |