Skip to content

Commit

Permalink
Continue if pre-warm cache fail in container build (#15835)
Browse files Browse the repository at this point in the history
Continue if pre-warm cache fail
  • Loading branch information
TheRealHaoLiu authored Feb 14, 2025
1 parent 2e9fd7b commit c886f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/awx_devel_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ runs:
DEV_DOCKER_TAG_BASE=ghcr.io/${OWNER_LC} \
COMPOSE_TAG=${{ github.base_ref || github.ref_name }} \
docker pull -q `make print-DEVEL_IMAGE_NAME`
continue-on-error: true

- name: Build image for current source checkout
shell: bash
Expand Down

0 comments on commit c886f57

Please sign in to comment.