Skip to content

Commit 65fa01d

Browse files
committed
🐞 fix: 修复上传版本
1 parent f3f50ec commit 65fa01d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ jobs:
5454
5555
# 上传 tag
5656
curl -X POST "$FASTAPI_URL/store-tag/" \
57+
-H "accept: application/json" \
5758
-H "Content-Type: application/json" \
5859
-d "{\"tag\": \"$TAG\"}"

0 commit comments

Comments
 (0)