Skip to content

Commit

Permalink
goreleaser image tag with v
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Rafaj <filiprafaj@gmail.com>
  • Loading branch information
filiprafaj committed Nov 14, 2024
1 parent d4cbe87 commit 3bcda96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ builds:

dockers:
- image_templates:
- quay.io/argoprojlabs/argocd-rbac-operator:{{.Version}}
- quay.io/argoprojlabs/argocd-rbac-operator:v{{.Version}}
- quay.io/argoprojlabs/argocd-rbac-operator:latest
dockerfile: release.Dockerfile
build_flag_templates:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif
IMAGE_TAG_BASE ?= quay.io/argoprojlabs/argocd-rbac-operator

# Image URL to use all building/pushing image targets
IMG ?= $(IMAGE_TAG_BASE):$(VERSION)
IMG ?= $(IMAGE_TAG_BASE):v$(VERSION)
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.30.0

Expand Down

0 comments on commit 3bcda96

Please sign in to comment.