Skip to content

Commit 964f295

Browse files
committed
Fixup build cache
1 parent 5c7b530 commit 964f295

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Build and push image
4444
run: make docker-build
4545
env:
46+
# See: https://stackoverflow.com/a/68459169/5155484
47+
# Cache the final image
48+
BUILDKIT_INLINE_CACHE: 1
4649
DOCKER_BUILDKIT: 1
4750
BUILDKIT_MULTI_PLATFORM: "false"
4851
PLATFORM: ${{ matrix.platform }}

0 commit comments

Comments
 (0)