Skip to content

Commit e9349a4

Browse files
jmeridthzkoppert
andcommitted
fix: container image name
- [x] needs to be owner/repo, not just repo (excellent catch @zkoppert, thank you) Signed-off-by: jmeridth <jmeridth@gmail.com> Co-authored-by: Zack Koppert <zkoppert@github.com>
1 parent b39021b commit e9349a4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
packages: write
4141
env:
4242
REGISTRY: ghcr.io
43-
IMAGE_NAME: issue_metrics # different than repo name (underscore instead of dash)
43+
IMAGE_NAME: github/issue_metrics # different than repo name (underscore instead of dash)
4444
steps:
4545
- name: Set up Docker Buildx
4646
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)