Skip to content

Commit ce4335c

Browse files
chore: uppercase in org breaks docker buildx cache
Signed-off-by: Mathew Wicks <[email protected]>
1 parent e37cc57 commit ce4335c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ permissions:
1010
packages: write
1111

1212
env:
13-
IMAGE_OWNER: ${{ github.repository_owner }}
13+
## we hard-coded instead of using ${{ github.repository_owner }} as docker buildx requires lowercase names for cache
14+
IMAGE_OWNER: "deploykf"
1415
IMAGE_TITLE: "cli"
1516
IMAGE_DESCRIPTION: "the CLI for deployKF"
1617
IMAGE_FOLDER: ""

0 commit comments

Comments
 (0)