summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>2023-03-07 21:42:58 +0100
committerGitHub <noreply@github.com>2023-03-07 21:42:58 +0100
commit252b0dda9f1ebbd4baab8db891c9c8be8c57831f (patch)
tree5c7b7ae58aaeede1c2036ea7f3751f6d56db61ba /Makefile
parentAnalytics: instance_info.json v1.3 (#13408) (diff)
parentchange make Dockerfile to phony (diff)
downloadawx-252b0dda9f1ebbd4baab8db891c9c8be8c57831f.tar.xz
awx-252b0dda9f1ebbd4baab8db891c9c8be8c57831f.zip
Merge pull request #13633 from TheRealHaoLiu/phony-dockerfile
[fix] Dockerfile collision between awx-kube-build and docker-compose-build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 83018b3394..310f3f9499 100644
--- a/Makefile
+++ b/Makefile
@@ -571,6 +571,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)