We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d4543 commit 5c4ad82Copy full SHA for 5c4ad82
.github/workflows/cd.yml
@@ -7,7 +7,7 @@ on:
7
- 'v*'
8
9
env:
10
- REGISTRY_IMAGE: ${{ github.repository }}
+ REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
11
12
jobs:
13
build-image:
0 commit comments