Skip to content

Commit 1541982

Browse files
committed
cahnged how the username is called
1 parent d61e15a commit 1541982

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
REGISTRY: ghcr.io
1010
# github.repository as <account>/<repo>
1111
IMAGE_NAME: ${{ github.repository }}
12-
12+
username: ${{ github.actor }}
1313
jobs:
1414
build:
1515

@@ -28,9 +28,7 @@ jobs:
2828
username: ${{ github.actor }}
2929
password: ${{ secrets.GHCR_TOKEN }}
3030

31-
- name: Debug Secrets
32-
run: |
33-
echo "GHCR_TOKEN is set to ${{ secrets.GHCR_TOKEN != ''}}"
31+
3432

3533
- name: Extract Docker metadata
3634
id: meta

0 commit comments

Comments
 (0)