Skip to content

Commit

Permalink
fixup! Enable --cache-from for buildkit build
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Mar 9, 2021
1 parent 0e6fdcb commit 29074dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:

- name: Docker build
run: >
docker build .
--build-arg=BUILDKIT_INLINE_CACHE=1
--build-arg=BUILD_SOURCE=prebuilt
--cache-from=$CACHE_TAG
echo docker build .
--build-arg=BUILDKIT_INLINE_CACHE=1
--build-arg=BUILD_SOURCE=prebuilt
--cache-from=$CACHE_TAG
# vim:ft=yaml:et:ts=2:sw=2

0 comments on commit 29074dd

Please sign in to comment.