fix(ci): login

This commit is contained in:
kolaente 2025-01-29 08:14:38 +01:00
parent 29dcdf89fe
commit 56961a9a40
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -10,10 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Login to Registry
name: Login to GHCR
uses: docker/login-action@v3
with:
username: ${{ vars.CONTAINER_REG_USERNAME }}
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Set up QEMU