File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ check-envtest: get-pgmonitor get-external-snapshotter
215
215
$(GO_TEST ) -count=1 -cover -tags=envtest ./...
216
216
217
217
# The "PGO_TEST_TIMEOUT_SCALE" environment variable (default: 1) can be set to a
218
- # positive number that extends test timeouts. The following runs tests with
218
+ # positive number that extends test timeouts. The following runs tests with
219
219
# timeouts that are 20% longer than normal:
220
220
# make check-envtest-existing PGO_TEST_TIMEOUT_SCALE=1.2
221
221
.PHONY : check-envtest-existing
@@ -377,9 +377,8 @@ release-postgres-operator-image-labels:
377
377
378
378
# Default values if not already set
379
379
NAME ?= percona-postgresql-operator
380
- VERSION ?= $(shell git rev-parse --abbrev-ref HEAD | sed -e 's^/^-^g; s^[.]^-^g;' | tr '[:upper:]' '[:lower:]')
381
- ROOT_REPO ?= ${PWD}
382
- IMAGE_TAG_BASE ?= perconalab/$(NAME )
380
+ VERSION ?= $(shell git describe --dirty --always | sed -e 's^/^-^g; s^[.]^-^g;' | tr '[:upper:]' '[:lower:]') ROOT_REPO ?= ${PWD}
381
+ IMAGE_TAG_BASE ?= flyio/$(NAME )
383
382
IMAGE ?= $(IMAGE_TAG_BASE ) :$(VERSION )
384
383
PGO_VERSION ?= $(shell git describe --tags)
385
384
You can’t perform that action at this time.
0 commit comments