Skip to content

Commit 0067abe

Browse files
committed
Revert "replace ghcr user with curl (repo owner) (was: actor)"
This reverts commit 4bba648.
1 parent 4bba648 commit 0067abe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_latest_release_multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Log in to ghcr.io
3131
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
3232
with:
33-
username: ${{ github.repository_owner }}
33+
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
3535
registry: ghcr.io/${{ github.repository_owner }}
3636
- name: "login docker hub"

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Log in to ghcr.io
3333
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
3434
with:
35-
username: ${{ github.repository_owner }}
35+
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737
registry: ghcr.io/${{ github.repository_owner }}
3838
- name: "login docker hub"

.github/workflows/build_master_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Log in to ghcr.io
3434
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
3535
with:
36-
username: ${{ github.repository_owner }}
36+
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838
registry: ghcr.io/${{ github.repository_owner }}
3939
- name: "login docker hub"

.github/workflows/build_master_multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Log in to ghcr.io
3333
uses: redhat-actions/podman-login@4934294ad0449894bcd1e9f191899d7292469603 # v1.7
3434
with:
35-
username: ${{ github.repository_owner }}
35+
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737
registry: ghcr.io/${{ github.repository_owner }}
3838
- name: "login docker hub"

0 commit comments

Comments
 (0)