Skip to content

Commit

Permalink
Use correct devel image for docker-compose
Browse files Browse the repository at this point in the history
Follow up for #15828
  • Loading branch information
TheRealHaoLiu committed Feb 13, 2025
1 parent 2e9fd7b commit 91d6980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 91d6980

Please sign in to comment.