Skip to content

Commit

Permalink
修复docker tag版本问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Nriver committed Dec 27, 2024
1 parent 980cb89 commit c2f74c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-save-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Check and download remote files
run: |
wget https://github.com/Nriver/trilium-translation/releases/download/v0.62.4_20231222/trilium-cn-linux-x64-server.zip
wget https://github.com/Nriver/trilium-translation/releases/download/v0.63.7_20240530/trilium-cn-linux-x64-server.zip
# wget https://github.com/Nriver/trilium-translation/releases/latest/download/trilium-cn-linux-x64-server.zip
unzip -q trilium-cn-linux-x64-server.zip
rm -f trilium-cn-linux-x64-server.zip
Expand Down

0 comments on commit c2f74c1

Please sign in to comment.