Ensure docker pull commands fail gracefully

This commit is contained in:
Shane McDonald 2021-10-13 12:20:26 -04:00 committed by Alex Corey
parent 9a930cbd95
commit 35bac50962

View File

@ -67,7 +67,7 @@ jobs:
- name: Pre-pull image to warm build cache
run: |
docker pull ghcr.io/${{ github.repository_owner }}/awx_devel:${{ env.BRANCH }} || :
docker pull ghcr.io/${{ github.repository_owner }}/awx_devel:${{ env.BRANCH }} || : || :
- name: Build image
run: |