mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Dont fail when pre-built CI image is not available
This commit is contained in:
parent
18d9bfa06e
commit
dd9c6270ba
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user