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 487657f commit 4d40d7eCopy full SHA for 4d40d7e
2 files changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ main ]
8
9
env:
10
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: ${{ github.event.repository.name }}
11
12
jobs:
13
build:
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
types: [published]
6
push_to_registry:
0 commit comments