Skip to content

Commit 243ac04

Browse files
fix: image name for custom naming scheme
1 parent 72a3fd6 commit 243ac04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/toolkit-base.yaml

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

66
env:
77
REGISTRY: ghcr.io
8-
IMAGE_NAME: "eks-toolkit-base"
8+
IMAGE_NAME: ${{ github.repository_owner }}/eks-toolkit-base
99
BUILD_CONTEXT: tests/images/toolkit-base/
1010

1111
jobs:

0 commit comments

Comments
 (0)