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 4bb899a commit 3269b08Copy full SHA for 3269b08
Makefile
@@ -377,7 +377,8 @@ release-postgres-operator-image-labels:
377
378
# Default values if not already set
379
NAME ?= percona-postgresql-operator
380
-VERSION ?= $(shell git describe --dirty --always | sed -e 's^/^-^g; s^[.]^-^g;' | tr '[:upper:]' '[:lower:]')ROOT_REPO ?= ${PWD}
+VERSION ?= $(shell git describe --dirty --always | sed -e 's^/^-^g; s^[.]^-^g;' | tr '[:upper:]' '[:lower:]')
381
+ROOT_REPO ?= ${PWD}
382
IMAGE_TAG_BASE ?= flyio/$(NAME)
383
IMAGE ?= $(IMAGE_TAG_BASE):$(VERSION)
384
PGO_VERSION ?= $(shell git describe --tags)
0 commit comments