.github/workflows/.github-ci.yaml aktualisiert

This commit is contained in:
Christopher.Hase 2025-07-07 13:01:23 +00:00
parent c7a5ba22ae
commit 28ade77065

View file

@ -29,10 +29,14 @@ jobs:
-
name: Login to registry
uses: docker/login-action@v3
env:
GITHUB_USER: ${{ github.actor }}
with:
registry: ${{ steps.repository.outputs.registry }}
username: "${{ secrets.PACKAGES_USER }}"
password: "${{ secrets.PACKAGES_TOKEN }}"
username: $GITHUB_USER
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3