File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929
3030 - name : Run Ko
3131 run : |
32- make ko-build IMG=ghcr.io/isometry/github-token-manager: ${GITHUB_REF#refs/tags/v}
32+ make ko-build VERSION= ${GITHUB_REF#refs/tags/v}
3333
3434 publish-chart :
3535 name : Publish Chart
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ docker-buildx: ## Build and push docker image for the manager for cross-platform
190190.PHONY : ko-build
191191ko-build : # # Build the manager image using ko.
192192 KO_DOCKER_REPO=$(IMAGE_TAG_BASE ) \
193- ko build --bare --platform=$(PLATFORMS ) --image-label org.opencontainers.image.source=$(IMAGE_SOURCE ) --push ./cmd/manager
193+ ko build --bare --platform=$(PLATFORMS ) --image-label org.opencontainers.image.source=$(IMAGE_SOURCE ) --tags " latest, $( VERSION ) " -- push ./cmd/manager
194194
195195
196196# #@ Deployment
You can’t perform that action at this time.
0 commit comments