mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Use correct devel image for docker-compose (#15836)
This commit is contained in:
parent
c886f57119
commit
4487f2afa7
2
Makefile
2
Makefile
@ -492,7 +492,7 @@ docker-compose-sources: .git/hooks/pre-commit
|
||||
fi;
|
||||
|
||||
$(ANSIBLE_PLAYBOOK) -i tools/docker-compose/inventory tools/docker-compose/ansible/sources.yml \
|
||||
-e awx_image=$(DEV_DOCKER_TAG_BASE)/awx_devel \
|
||||
-e awx_image=$(DEV_DOCKER_TAG_BASE)/$(GIT_REPO_NAME)_devel \
|
||||
-e awx_image_tag=$(COMPOSE_TAG) \
|
||||
-e receptor_image=$(RECEPTOR_IMAGE) \
|
||||
-e control_plane_node_count=$(CONTROL_PLANE_NODE_COUNT) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user