fix: ignore release title in build for now
All checks were successful
Build and push Docker image / build-and-push (push) Successful in 45s
All checks were successful
Build and push Docker image / build-and-push (push) Successful in 45s
This commit is contained in:
parent
2e99463306
commit
d7841543cf
1 changed files with 0 additions and 1 deletions
|
@ -51,5 +51,4 @@ jobs:
|
|||
curl -X POST -H "Authorization: token ${GITEA_TOKEN}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"tag_name": "'"${DOCKER_TAG}"'"}' \
|
||||
-d '{"description": "'"${CURRENT_DATE}"'"}' \
|
||||
https://git.jo-dev.xyz/api/v1/repos/${GITEA_REPO}/releases
|
||||
|
|
Loading…
Reference in a new issue