Merge pull request #612 from shanemcd/allow-awx-version-override

Allow for overriding default AWX version as env var
This commit is contained in:
Shane McDonald
2021-10-20 17:13:25 -04:00
committed by GitHub
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}