1 parent 1d9f54f commit fd118faCopy full SHA for fd118fa
2 files changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build multi-platform Docker image
11
runs-on: ubuntu-latest
12
permissions:
13
- contents: write # read for checkout, write for creating releases
+ contents: write
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v4
@@ -43,7 +43,6 @@ jobs:
43
massif01/chatraw:latest
44
45
- name: Create Release
46
- if: hashFiles(format('RELEASE_{0}.md', github.ref_name)) != ''
47
uses: softprops/action-gh-release@v2
48
with:
49
tag_name: ${{ github.ref_name }}
RELEASE_v2.1.2.md
@@ -30,8 +30,8 @@
30
31
## Docker
32
33
-多平台镜像(linux/amd64, linux/arm64)将发布至:
34
-- Docker Hub: `massif01/chatraw:v2.1.2`
+多平台镜像(linux/amd64, linux/arm64)发布至 Docker Hub:
+- `massif01/chatraw:v2.1.2`
35
36
## 如何更新 / How to Update
37
0 commit comments