Skip to content

Commit 87db0af

Browse files
authored
Merge pull request #26 from mrjvs/patch-2
2 parents 60a6675 + 00a5919 commit 87db0af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
pull_request:
66
workflow_dispatch:
77

8+
env:
9+
REGISTRY: ghcr.io
10+
IMAGE_NAME: ${{ github.repository }}
11+
812
jobs:
913
build-publish:
1014
env:
@@ -34,7 +38,7 @@ jobs:
3438
id: meta
3539
uses: docker/metadata-action@v5
3640
with:
37-
images: ${{ github.repository }}
41+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3842
tags: |
3943
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
4044
type=raw,value=edge,enable=${{ github.ref == 'refs/heads/dev' }}

0 commit comments

Comments
 (0)