diff --git a/.github/actions/run_awx_devel/action.yml b/.github/actions/run_awx_devel/action.yml index 8144f3c26b..59eb33f62c 100644 --- a/.github/actions/run_awx_devel/action.yml +++ b/.github/actions/run_awx_devel/action.yml @@ -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