We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859de38 commit baebb8bCopy full SHA for baebb8b
.github/workflows/image.yaml
@@ -7,7 +7,7 @@ jobs:
7
build-image:
8
runs-on: ubuntu-latest
9
env:
10
- EXTRA_TAGS: latest canary
+ EXTRA_TAGS: latest
11
steps:
12
- name: Configure envvars
13
run: |
docs/latest.patch
@@ -10,7 +10,7 @@
[[params.versions]]
-version = "Latest"
-url = "/docs"
-+version = "v0.15 (snapshot)"
++version = "v0.15 (beta)"
14
+url = "/v0.15/docs"
15
16
0 commit comments