🔖 v2.0.17

This commit is contained in:
Liang Ding
2022-06-06 20:21:25 +08:00
parent 559d24ab38
commit 0db4359591
4 changed files with 4 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.16 .
docker build -t b3log/siyuan:latest -t b3log/siyuan:v2.0.17 .
docker push b3log/siyuan -a