Skip to content

Commit

Permalink
chore: uppercase in org breaks docker buildx cache
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <thesuperzapper@users.noreply.github.com>
  • Loading branch information
thesuperzapper committed Aug 7, 2023
1 parent e37cc57 commit ce4335c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:
packages: write

env:
IMAGE_OWNER: ${{ github.repository_owner }}
## we hard-coded instead of using ${{ github.repository_owner }} as docker buildx requires lowercase names for cache
IMAGE_OWNER: "deploykf"
IMAGE_TITLE: "cli"
IMAGE_DESCRIPTION: "the CLI for deployKF"
IMAGE_FOLDER: ""
Expand Down

0 comments on commit ce4335c

Please sign in to comment.