Skip to content

Commit 96406d9

Browse files
committed
Fix repository naming for container images
1 parent 81fd1ad commit 96406d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
ADDITIONAL_FLAGS=${{ steps.context.outputs.flags }}
7474
provenance: false
7575
outputs: |
76-
type=image,name=ghcr.io/${{ github.repository }},push-by-digest=true,push=${{ github.ref == 'refs/heads/main' }}
76+
type=image,name=ghcr.io/moritzheiber/ruby-jemalloc,push-by-digest=true,push=${{ github.ref == 'refs/heads/main' }}
7777
- name: Export digest
7878
if: github.ref == 'refs/heads/main'
7979
run: |
@@ -116,5 +116,5 @@ jobs:
116116
- name: Create and push manifest
117117
working-directory: /tmp/digests/${{ matrix.version }}-${{ matrix.image }}
118118
run: |
119-
docker buildx imagetools create -t ghcr.io/${{ github.repository }}:${{ matrix.version }}-${{ matrix.image }} \
120-
$(printf 'ghcr.io/${{ github.repository }}@sha256:%s ' *)
119+
docker buildx imagetools create -t ghcr.io/moritzheiber/ruby-jemalloc:${{ matrix.version }}-${{ matrix.image }} \
120+
$(printf 'ghcr.io/moritzheiber/ruby-jemalloc@sha256:%s ' *)

0 commit comments

Comments
 (0)