fix: update release section in build process
All checks were successful
Build and push Docker image / build-and-push (push) Successful in 43s
All checks were successful
Build and push Docker image / build-and-push (push) Successful in 43s
This commit is contained in:
parent
305bb2354f
commit
f1cf5da3bc
1 changed files with 1 additions and 3 deletions
|
@ -50,7 +50,5 @@ jobs:
|
|||
docker push git.jo-dev.xyz/${GITEA_REPO}:${DOCKER_TAG}
|
||||
curl -X POST -H "Authorization: token ${GITEA_TOKEN}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"tag_name": "'"${DOCKER_TAG}"'"}' \
|
||||
-d '{"name": "'"${CURRENT_DATE}"'"}' \
|
||||
-d '{"prerelease": false}' \
|
||||
-d '{"tag_name": "'"${DOCKER_TAG}"'", "name": "'"${CURRENT_DATE}"'", "prerelease": "false"}' \
|
||||
https://git.jo-dev.xyz/api/v1/repos/${GITEA_REPO}/releases
|
||||
|
|
Loading…
Reference in a new issue