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 6f9a3a5 commit 4dc8ee9Copy full SHA for 4dc8ee9
.github/workflows/publish_container_images.yaml
@@ -2,7 +2,8 @@ name: Publish container image
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
+ tags: ["v*"]
7
8
jobs:
9
setup:
versions.txt
@@ -1,5 +1,5 @@
1
# keep the next release version
-server=2.0.0
+server=2.1.0
# theme docsy version
# https://github.com/google/docsy
0 commit comments