🔖 Release v2.0.18

This commit is contained in:
Liang Ding
2022-06-08 20:58:17 +08:00
parent 1f834bc041
commit fcabf93cab
5 changed files with 33 additions and 4 deletions

View File

@@ -14,5 +14,5 @@ jobs:
- name: Build the Docker image
run: |
docker login --username=${{ secrets.DOCKER_HUB_USER }} --password=${{ secrets.DOCKER_HUB_PWD }}
docker build -t b3log/siyuan:latest -t b3log/siyuan:v2.0.17 .
docker build -t b3log/siyuan:latest -t b3log/siyuan:v2.0.18 .
docker push b3log/siyuan -a