mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Ensure docker pull commands fail gracefully
This commit is contained in:
committed by
Alex Corey
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: |
|
||||
|
||||
Reference in New Issue
Block a user