We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778f6cf commit e2744b2Copy full SHA for e2744b2
.github/workflows/build_ci_multi.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: 'login ghcr.io'
21
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
22
with:
23
- username: ${{ github.actor }}
+ username: ${{ github.repository_owner }}
24
password: ${{ secrets.GITHUB_TOKEN }}
25
registry: ghcr.io/${{ github.repository_owner }}
26
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- name: "login ghcr.io"
32
env:
33
- REGISTRY_USER: '${{ github.actor }}'
+ REGISTRY_USER: '${{ github.repository_owner }}'
34
REGISTRY_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
35
IMAGE_REGISTRY: 'ghcr.io/${{ github.repository_owner }}'
36
run: |
0 commit comments