Skip to content

Commit

Permalink
fixing Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 13, 2024
1 parent 5e25e6e commit 8bd7973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ docker-build-branchtag: docker-build ## Build docker image with current branch n
.PHONY: kind-load-branch-tag
kind-load-branch-tag: ## load docker image with current branch tag into kind
tag=$$(git rev-parse --abbrev-ref HEAD) && \
kind load docker-image --name kindev ghcr.io/vshn/appcat:"$${tag////_}"
kind load docker-image --name kindev ghcr.io/vshn/appcat-apiserver:"$${tag////_}"

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

0 comments on commit 8bd7973

Please sign in to comment.