Skip to content

Commit

Permalink
keep publishing tags without the v prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Jan 18, 2024
1 parent f81c65d commit 98e802f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ go_manager_source_path := main.go
go_manager_ldflags := -X $(repo_name)/pkg/internal/version.AppVersion=$(VERSION) -X $(repo_name)/pkg/internal/version.GitCommit=$(GITCOMMIT)
oci_manager_base_image_flavor := static
oci_manager_image_name := quay.io/jetstack/cert-manager-google-cas-issuer
oci_manager_image_tag := $(VERSION)
# google-cas-issuer for some reason doesn't use the v prefix in its tags
oci_manager_image_tag := $(VERSION:v%=%)
oci_manager_image_name_development := cert-manager.local/cert-manager-google-cas-issuer

deploy_name := google-cas-issuer
Expand Down

0 comments on commit 98e802f

Please sign in to comment.