Dont fail when pre-built CI image is not available

This commit is contained in:
Shane McDonald 2021-07-22 19:43:34 -04:00 committed by GitHub
parent 18d9bfa06e
commit dd9c6270ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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