mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Ensure docker pull commands fail gracefully
This commit is contained in:
parent
9a930cbd95
commit
35bac50962
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user