Allow for overriding default AWX version as env var

This commit is contained in:
Shane McDonald
2021-10-18 17:28:11 -04:00
parent 3d6094a5b0
commit 7b59c36263
3 changed files with 5 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ run: ansible-operator ## Run against the configured Kubernetes cluster in ~/.kub
ANSIBLE_ROLES_PATH="$(ANSIBLE_ROLES_PATH):$(shell pwd)/roles" $(ANSIBLE_OPERATOR) run
docker-build: ## Build docker image with the manager.
docker build -t ${IMG} .
docker build $(BUILD_ARGS) -t ${IMG} .
docker-push: ## Push docker image with the manager.
docker push ${IMG}