From 7cca39d0691d1760e8903825a6e5970069b72e11 Mon Sep 17 00:00:00 2001 From: Hao Liu Date: Mon, 27 Feb 2023 20:53:07 -0500 Subject: [PATCH] change make Dockerfile to phony awx-kube-build and docker-compose-build share the same Dockerfile if u run awx-kube-build than docker-compose-build in succession the second command wont run the Dockerfile target and cause the image to be built with the incorrect Dockerfile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4e402125b2..c90430d67e 100644 --- a/Makefile +++ b/Makefile @@ -572,6 +572,7 @@ VERSION: PYTHON_VERSION: @echo "$(PYTHON)" | sed 's:python::' +.PHONY: Dockerfile Dockerfile: tools/ansible/roles/dockerfile/templates/Dockerfile.j2 ansible-playbook tools/ansible/dockerfile.yml -e receptor_image=$(RECEPTOR_IMAGE)