Dont fail CI when pre-built images arent available

CI will build the image from scratch if the pre-build image is not available
This commit is contained in:
Shane McDonald
2021-10-13 12:20:26 -04:00
parent a7be25ce8b
commit 1660900914
2 changed files with 7 additions and 7 deletions

View File

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