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 6300c6d commit 42833f9Copy full SHA for 42833f9
Makefile
@@ -6,7 +6,7 @@ PLATFORM ?= linux/amd64
6
ACTION ?= load
7
PROGRESS_MODE ?= plain
8
9
-.PHONY: update-tags docker-build
+.PHONY: update-tags docker-build docker-test
10
11
docker-build:
12
# https://github.com/docker/buildx#building
@@ -37,6 +37,10 @@ update-tags:
37
git tag -s -f -a -m "9.x.x series" 9
38
git checkout -
39
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
44
git checkout main
45
git tag -s -f -a -m "latest series" latest
46
0 commit comments