Log in to ghcr.io manually using run.

HubbeKing-multiplatform-builds
Hubbe 6 days ago committed by GitHub
parent 0eed0ad2d0
commit 1e25d15404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -68,11 +68,12 @@ jobs:
sudo dnf install -y qemu-user-static
- name: Log into ghcr.io
uses: redhat-actions/podman-login@v1
with:
env:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
run: |
buildah login "$registry" --username "$username" --password "$password"
- name: Build ${{ matrix.component }}
# always push

Loading…
Cancel
Save