mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
🧪🚑 Fix running awx image in CI on merge (#15510)
This is a variation of #15509, fixing the `run_awx_devel` in-tree action this time.
This commit is contained in:
parent
a9b0d9f2e5
commit
6bfe76d6d1
2
.github/actions/run_awx_devel/action.yml
vendored
2
.github/actions/run_awx_devel/action.yml
vendored
@ -36,7 +36,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
DEV_DOCKER_OWNER=${{ github.repository_owner }} \
|
||||
COMPOSE_TAG=${{ github.base_ref }} \
|
||||
COMPOSE_TAG=${{ github.base_ref || github.ref_name }} \
|
||||
COMPOSE_UP_OPTS="-d" \
|
||||
make docker-compose
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user