Update .github/workflows/.github-ci.yaml
All checks were successful
ci / build (push) Successful in 4m38s

This commit is contained in:
richardrobertreitz 2025-03-15 07:23:38 +00:00
parent 64ccd05681
commit 1d5fedb0e1

View file

@ -29,7 +29,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ steps.repository.outputs.registry }} registry: ${{ steps.repository.outputs.registry }}
username: ${{ github.repository }} username: ${{ secrets.PACKAGES_USER }}
password: ${{ secrets.PACKAGES_TOKEN }} password: ${{ secrets.PACKAGES_TOKEN }}
- -
name: Set up QEMU name: Set up QEMU