added publish
This commit is contained in:
parent
3564a1db62
commit
7461571cec
@ -32,3 +32,9 @@ jobs:
|
|||||||
- name: Push Docker Image als latest
|
- name: Push Docker Image als latest
|
||||||
run: |
|
run: |
|
||||||
docker push git.0day.agency/${{ secrets.REGISTRY_USERNAME }}/novelai-bot:latest
|
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"
|
||||||
Loading…
x
Reference in New Issue
Block a user