Skip to content

Commit 1e45253

Browse files
committed
Update docs
1 parent 441126f commit 1e45253

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
tags:
6+
- 'v*.*.*'
67

78
jobs:
89

docs/_sidebar.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
- [Projects configuration](/customization?id=projects-configuration)
1515
- [Tickets configuration](/customization?id=tickets-configuration)
1616
- [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

Comments
 (0)