finalize ci/cd build
Docker Build and Release Upload / build (push) Successful in 25s

This commit is contained in:
2025-07-10 02:06:54 +00:00
parent 3d45a228d9
commit 052a19ab28
@@ -35,8 +35,8 @@ jobs:
RESPONSE=$(curl -X POST -H "Authorization: token ${{ secrets.PUBLISH_TOKEN }}" \ RESPONSE=$(curl -X POST -H "Authorization: token ${{ secrets.PUBLISH_TOKEN }}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"tag_name": "v0.0.1", "tag_name": "${{ gitea.ref }}",
"name": "Release v0.0.1", "name": "Release ${{ gitea.repository }}",
"body": "This is an automated release", "body": "This is an automated release",
"draft": false, "draft": false,
"prerelease": false "prerelease": false