From 91d69807fcffb4be3f64626c67de0c79c658ac85 Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:02:49 -0500 Subject: [PATCH] Use correct devel image for docker-compose Follow up for https://github.com/ansible/awx/pull/15828 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d87b0f05d438..e6fd6862ca6f 100644 --- a/Makefile +++ b/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) \