Skip to content

Commit 42833f9

Browse files
committed
Add 10.x versions
1 parent 6300c6d commit 42833f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PLATFORM ?= linux/amd64
66
ACTION ?= load
77
PROGRESS_MODE ?= plain
88

9-
.PHONY: update-tags docker-build
9+
.PHONY: update-tags docker-build docker-test
1010

1111
docker-build:
1212
# https://github.com/docker/buildx#building
@@ -37,6 +37,10 @@ update-tags:
3737
git tag -s -f -a -m "9.x.x series" 9
3838
git checkout -
3939
git push origin refs/tags/9 -f
40+
git checkout 10
41+
git tag -s -f -a -m "10.x.x series" 10
42+
git checkout -
43+
git push origin refs/tags/10 -f
4044
git checkout main
4145
git tag -s -f -a -m "latest series" latest
4246
git checkout -

0 commit comments

Comments
 (0)