fix: update release section in build process
All checks were successful
Build and push Docker image / build-and-push (push) Successful in 46s
All checks were successful
Build and push Docker image / build-and-push (push) Successful in 46s
This commit is contained in:
parent
f1cf5da3bc
commit
8c00fc9c80
1 changed files with 1 additions and 1 deletions
|
@ -50,5 +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}"'", "name": "'"${CURRENT_DATE}"'", "prerelease": "false"}' \
|
||||
-d '{"tag_name": "'"${DOCKER_TAG}"'", "name": "'"${CURRENT_DATE}"'"}' \
|
||||
https://git.jo-dev.xyz/api/v1/repos/${GITEA_REPO}/releases
|
||||
|
|
Loading…
Reference in a new issue