We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61e15a commit 1541982Copy full SHA for 1541982
1 file changed
.github/workflows/push-docker-image.yml
@@ -9,7 +9,7 @@ env:
9
REGISTRY: ghcr.io
10
# github.repository as <account>/<repo>
11
IMAGE_NAME: ${{ github.repository }}
12
-
+ username: ${{ github.actor }}
13
jobs:
14
build:
15
@@ -28,9 +28,7 @@ jobs:
28
username: ${{ github.actor }}
29
password: ${{ secrets.GHCR_TOKEN }}
30
31
- - name: Debug Secrets
32
- run: |
33
- echo "GHCR_TOKEN is set to ${{ secrets.GHCR_TOKEN != ''}}"
+
34
35
- name: Extract Docker metadata
36
id: meta
0 commit comments