We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d266606 commit 2377d9cCopy full SHA for 2377d9c
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ on:
12
13
env:
14
REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
15
- IMAGE_NAME: raspdevpy/${{ github.repository_name }}
+ IMAGE_NAME: raspdevpy/${{ github.event.repository.name }}
16
17
jobs:
18
build-and-push:
0 commit comments