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.
2 parents 29671d8 + 7885da2 commit 4f7d93aCopy full SHA for 4f7d93a
.github/workflows/docker-image.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
REGISTRY: ghcr.io
11
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: ${{ env.REGISTRY }}/${{ github.repository }}
12
13
jobs:
14
build-and-push:
0 commit comments