Skip to content

Commit

Permalink
fix: container image name (#247)
Browse files Browse the repository at this point in the history
- [x] needs to be owner/repo, not just repo (excellent catch @zkoppert, thank you)
- [x] remove unnecessary mobykit versioning

Signed-off-by: jmeridth <jmeridth@gmail.com>
Co-authored-by: Zack Koppert <zkoppert@github.com>
  • Loading branch information
jmeridth and zkoppert authored Apr 22, 2024
1 parent b39021b commit e7731ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
File renamed without changes.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@
packages: write
env:
REGISTRY: ghcr.io
IMAGE_NAME: issue_metrics # different than repo name (underscore instead of dash)
IMAGE_NAME: github/issue_metrics # different than repo name (underscore instead of dash)
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: |
image=moby/buildkit:v0.13.1
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit e7731ae

Please sign in to comment.