We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f50ec commit 65fa01dCopy full SHA for 65fa01d
.github/workflows/docker-image.yml
@@ -54,5 +54,6 @@ jobs:
54
55
# 上传 tag
56
curl -X POST "$FASTAPI_URL/store-tag/" \
57
+ -H "accept: application/json" \
58
-H "Content-Type: application/json" \
59
-d "{\"tag\": \"$TAG\"}"
0 commit comments