Skip to content

Commit 03f84cc

Browse files
committed
updating makefile for autodeployments
1 parent 291bd2b commit 03f84cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/tileserver/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 2.3.0-beta.2
1+
VERSION := tileserver-v2.3.0-beta.2
22

33
TAG := hub.opensciencegrid.org/macrostrat/tileserver:$(VERSION)
44

@@ -31,4 +31,4 @@ docker:
3131
publish:
3232
# Ensure the git repository is clean
3333
@git diff --quiet || (echo "Uncommitted changes present. Please commit or stash them before publishing." && exit 1)
34-
git tag -a v$(VERSION) -m "Version $(VERSION)"
34+
git tag -a $(VERSION) -m "Version $(VERSION)"

0 commit comments

Comments
 (0)