Skip to content

Commit 286615c

Browse files
committed
fixing gh publish
1 parent b7ee8fc commit 286615c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323

2424
env:
2525
REGISTRY: ghcr.io
26+
GH_USERNAME: Dpbm
2627

2728
jobs:
2829
build-and-push-image:
@@ -51,7 +52,7 @@ jobs:
5152
id: meta
5253
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
5354
with:
54-
images: ${{ env.REGISTRY }}/${{ inputs.image_name }}
55+
images: ${{ env.REGISTRY }}/${{ env.GH_USERNAME }}/${{ inputs.image_name }}
5556

5657
- name: Build and push Docker image
5758
id: push

0 commit comments

Comments
 (0)