We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7b530 commit 964f295Copy full SHA for 964f295
.github/workflows/publish.yml
@@ -43,6 +43,9 @@ jobs:
43
- name: Build and push image
44
run: make docker-build
45
env:
46
+ # See: https://stackoverflow.com/a/68459169/5155484
47
+ # Cache the final image
48
+ BUILDKIT_INLINE_CACHE: 1
49
DOCKER_BUILDKIT: 1
50
BUILDKIT_MULTI_PLATFORM: "false"
51
PLATFORM: ${{ matrix.platform }}
0 commit comments