Skip to content

Commit

Permalink
Merge pull request #103 from knabben/knabben/fix-make-staging
Browse files Browse the repository at this point in the history
Fixing Makefile targets rename for staging
  • Loading branch information
k8s-ci-robot authored Dec 5, 2023
2 parents 78c8e63 + a53bfe6 commit 8554e5c
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 @@ -78,7 +78,7 @@ image-push: ## Push the container image to k8s-staging bucket

.PHONY: release-staging
release-staging: ## Builds and push container image to k8s-staging bucket
$(MAKE) image_build image_push
$(MAKE) image-build image-push

### --------------------------------------
### Setup
Expand Down

0 comments on commit 8554e5c

Please sign in to comment.