Skip to content

Commit e7731ae

Browse files
jmeridthzkoppert
andauthored
fix: container image name (#247)
- [x] needs to be owner/repo, not just repo (excellent catch @zkoppert, thank you) - [x] remove unnecessary mobykit versioning Signed-off-by: jmeridth <[email protected]> Co-authored-by: Zack Koppert <[email protected]>
1 parent b39021b commit e7731ae

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
File renamed without changes.

.github/workflows/release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,10 @@
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
47-
with:
48-
driver-opts: |
49-
image=moby/buildkit:v0.13.1
5047
- name: Log in to the Container registry
5148
uses: docker/login-action@v3
5249
with:

0 commit comments

Comments
 (0)