mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Dont fail when pre-built CI image is not available
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user