Skip to content

Commit 4f7d93a

Browse files
authored
Merge pull request #1 from jeremy-feng/fix-docker-image-workflow
ci: fix GitHub Actions workflow to push Docker images to GHCR
2 parents 29671d8 + 7885da2 commit 4f7d93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
REGISTRY: ghcr.io
11-
IMAGE_NAME: ${{ github.repository }}
11+
IMAGE_NAME: ${{ env.REGISTRY }}/${{ github.repository }}
1212

1313
jobs:
1414
build-and-push:

0 commit comments

Comments
 (0)