Update .github/workflows/.github-ci.yaml
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
richardrobertreitz 2025-07-07 13:08:32 +00:00
parent 28ade77065
commit 116927f472

View file

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