mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Do not fail devel_images workflow if initial images are missing
This commit is contained in:
parent
ef0f6ca248
commit
91df8ab0f7
4
.github/workflows/devel_images.yml
vendored
4
.github/workflows/devel_images.yml
vendored
@ -28,8 +28,8 @@ 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_kube_devel:${GITHUB_REF##*/}
|
||||
docker pull ghcr.io/${{ github.repository_owner }}/awx_devel:${GITHUB_REF##*/} || :
|
||||
docker pull ghcr.io/${{ github.repository_owner }}/awx_kube_devel:${GITHUB_REF##*/} || :
|
||||
|
||||
- name: Build images
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user