Update .gitea/workflows/release.yaml
Some checks failed
Build and Publish / Build and Publish Discord Bot (push) Failing after 21s

This commit is contained in:
xeovalyte 2023-08-11 11:53:45 +02:00
parent 4ec70b3601
commit 492248f01b

View File

@ -20,7 +20,7 @@ jobs:
with:
registry: gitea.xeovalyte.dev
username: ${{ gitea.actor }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.GITEA_TOKEN }}
- uses: docker/build-push-action@master
with: