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 c7757c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
with:
target: base
load: true
outputs: type=docker
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
# Temp fix
# https://github.com/docker/build-push-action/issues/252
Expand Down

0 comments on commit c7757c8

Please sign in to comment.