revert 04936b0aff
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 5s

revert change username in pipeline
This commit is contained in:
2025-10-14 18:47:50 +02:00
parent 04936b0aff
commit 2d387e7ae4

View File

@@ -13,7 +13,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: g.eliaskohout.de registry: g.eliaskohout.de
username: ${{ gitea.actor }} username: ${{ secrets.USERNAME }}
password: ${{ secrets.ACCESS_TOKEN }} password: ${{ secrets.ACCESS_TOKEN }}
- name: Set up Docker Buildx - name: Set up Docker Buildx