changed docker auth type
Some checks failed
Build and Publish / Build and Publish Discord Bot (push) Failing after 20s

This commit is contained in:
Xeovalyte 2023-08-11 11:48:41 +02:00
parent 60a50c3bfb
commit e40d9eb14a

View File

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