chore(ci): Fix docker github login

This commit is contained in:
Matthias
2025-09-03 08:01:19 +02:00
parent 387431e4df
commit 84ec09565a

View File

@@ -209,9 +209,9 @@ jobs:
- name: Login to github
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
with:
username: ${{ secrets.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to ghcr.io
run: |