Fix secret name: GITEATOKEN
Some checks are pending
Docker Build & Push / build (push) Waiting to run

This commit is contained in:
2026-05-24 12:12:50 +02:00
parent 3cae98e948
commit 273013b82d

View File

@@ -15,7 +15,7 @@ jobs:
with:
registry: git.kgessner.de
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.GITEATOKEN }}
- name: Build and push
uses: docker/build-push-action@v5