Skip to content

Commit 5c4ad82

Browse files
committed
fix(cd): update REGISTRY_IMAGE to use GitHub Container Registry
1 parent 58d4543 commit 5c4ad82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'v*'
88

99
env:
10-
REGISTRY_IMAGE: ${{ github.repository }}
10+
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
1111

1212
jobs:
1313
build-image:

0 commit comments

Comments
 (0)