Skip to content

Commit 308d7ed

Browse files
committed
parameterize repo owner
1 parent 3bbc7cc commit 308d7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: infrastructure-as-code/hello-world
12+
IMAGE_NAME: ${{ github.repository_owner }}/hello-world
1313

1414
jobs:
1515
check:

0 commit comments

Comments
 (0)