diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index e1a0af9..2788e4f 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -31,10 +31,4 @@ 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" \ No newline at end of file + docker push git.0day.agency/${{ secrets.REGISTRY_USERNAME }}/novelai-bot:latest \ No newline at end of file