mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Continue if pre-warm cache fail in container build (#15835)
Continue if pre-warm cache fail
This commit is contained in:
parent
2e9fd7bd67
commit
c886f57119
1
.github/actions/awx_devel_image/action.yml
vendored
1
.github/actions/awx_devel_image/action.yml
vendored
@ -37,6 +37,7 @@ runs:
|
|||||||
DEV_DOCKER_TAG_BASE=ghcr.io/${OWNER_LC} \
|
DEV_DOCKER_TAG_BASE=ghcr.io/${OWNER_LC} \
|
||||||
COMPOSE_TAG=${{ github.base_ref || github.ref_name }} \
|
COMPOSE_TAG=${{ github.base_ref || github.ref_name }} \
|
||||||
docker pull -q `make print-DEVEL_IMAGE_NAME`
|
docker pull -q `make print-DEVEL_IMAGE_NAME`
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Build image for current source checkout
|
- name: Build image for current source checkout
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user