We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8900658 commit 9115298Copy full SHA for 9115298
Makefile
@@ -5,7 +5,7 @@ export AWS_ACCOUNT_ID ?= $(shell aws sts get-caller-identity --query Account --o
5
export REGION ?= $(shell aws configure get region)
6
# Image URL to use all building/pushing image targets
7
IMG ?= controller:latest
8
-VERSION ?= $(shell git tag --sort=committerdate | tail -1)
+VERSION ?= $(shell git tag --sort=v:refname | tail -1)
9
ECRIMAGES ?=public.ecr.aws/m7r9p7b3/aws-gateway-controller:${VERSION}
10
11
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
0 commit comments