fix: update release section in build process (for real, hopefully)
All checks were successful
Build and push Docker image / build-and-push (push) Successful in 44s

This commit is contained in:
Jo 2023-11-26 01:37:16 +01:00
parent 8c00fc9c80
commit 2e99463306

View file

@ -50,5 +50,6 @@ 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}"'"}' \
-d '{"tag_name": "'"${DOCKER_TAG}"'"}' \
-d '{"description": "'"${CURRENT_DATE}"'"}' \
https://git.jo-dev.xyz/api/v1/repos/${GITEA_REPO}/releases