added publish
Some checks failed
Safety Check / safety-check (pull_request) Successful in -1s
Code Quality Check / quality-check (pull_request) Failing after 15s

This commit is contained in:
wirehack7 2025-05-01 14:21:25 +02:00
parent 3564a1db62
commit 7461571cec
Signed by: wirehack7
GPG Key ID: C9F4CF85BA505ADC

View File

@ -32,3 +32,9 @@ jobs:
- name: Push Docker Image als latest
run: |
docker push git.0day.agency/${{ secrets.REGISTRY_USERNAME }}/novelai-bot:latest
- name: Publish Container Package in Gitea
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.REGISTRY_TOKEN }}" \
"https://git.0day.agency/api/packages/${{ secrets.REGISTRY_USERNAME }}/container/novelai-discord-bot/versions/${{ gitea.ref_name }}/publish"