chore: Test if this works
Some checks failed
Build and Push Docker Image / Build (push) Failing after 1m48s

This commit is contained in:
Jan K9f 2025-09-15 07:32:32 +02:00
commit 1a37670308
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -25,8 +25,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: git.kjan.de
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Build and push docker image
uses: docker/build-push-action@v6
with: