Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jun 17, 2023
1 parent f15e3e5 commit c7f11b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,13 @@ jobs:
with:
target: base
load: true
outputs: type=docker
build-args: |
BUILDKIT_INLINE_CACHE=1
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
cache-to: |
type=local,dest=/tmp/.buildx-cache-new,mode=max
type=inline
# Temp fix
# https://github.com/docker/build-push-action/issues/252
Expand Down

0 comments on commit c7f11b9

Please sign in to comment.