Merge pull request #13633 from TheRealHaoLiu/phony-dockerfile

[fix] Dockerfile collision between awx-kube-build and docker-compose-build
This commit is contained in:
Hao Liu 2023-03-07 15:42:58 -05:00 committed by GitHub
commit 252b0dda9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)