Skip to content

Commit

Permalink
[CI] Fix nightly image push error (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Sep 5, 2024
1 parent 142e85e commit f7319d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,17 @@ run: manifests generate fmt vet ## Run a controller from your host.
.PHONY: docker-build
docker-build: ## Build docker image with the manager.
$(CONTAINER_TOOL) build -t ${IMG} .
$(CONTAINER_TOOL) tag ${IMG} ${AIBRIX_DOCKERHUB_NAMESPACE}/controller-manager:nightly

.PHONY: docker-build-plugins
docker-build-plugins: ## Build docker image with the manager.
$(CONTAINER_TOOL) build -t ${PLUGINS_IMG} -f gateway.Dockerfile .
$(CONTAINER_TOOL) tag ${PLUGINS_IMG} ${AIBRIX_DOCKERHUB_NAMESPACE}/plugins:nightly

.PHONY: docker-build-runtime
docker-build-runtime: ## Build docker image with the AI Runime.
$(CONTAINER_TOOL) build -t ${RUNTIME_IMG} -f runtime.Dockerfile .
$(CONTAINER_TOOL) tag ${RUNTIME_IMG} ${AIBRIX_DOCKERHUB_NAMESPACE}/runtime:nightly

.PHONY: docker-push
docker-push: ## Push docker image with the manager.
Expand Down

0 comments on commit f7319d2

Please sign in to comment.