We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25ff0a commit ce62711Copy full SHA for ce62711
.github/workflows/publish-release.yml
@@ -5,7 +5,7 @@ on:
5
types: [published]
6
7
env:
8
- IMAGE_BASE_NAME: docker.pkg.github.com/${{ github.repository }}/${{ github.repository }}
+ IMAGE_BASE_NAME: docker.pkg.github.com/${{ github.repository }}
9
10
jobs:
11
publish-release:
0 commit comments