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 441126f commit 1e45253Copy full SHA for 1e45253
2 files changed
.github/workflows/docker-image.yml
@@ -2,7 +2,8 @@ name: Docker Image CI
2
3
on:
4
push:
5
- branches: [ master ]
+ tags:
6
+ - 'v*.*.*'
7
8
jobs:
9
docs/_sidebar.md
@@ -14,3 +14,6 @@
14
- [Projects configuration](/customization?id=projects-configuration)
15
- [Tickets configuration](/customization?id=tickets-configuration)
16
- [Social authentication](/customization?id=social-authentication)
17
+- [Docker](/docker?id=docker)
18
+ - [Build image locally](/docker?id=build-image-locally)
19
+ - [Use the Docker hub image](/docker?id=use-the-docker-hub-image)
0 commit comments