Skip to content

Commit

Permalink
conf: Fixed cache-to directive in build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlynn committed Dec 28, 2020
1 parent 2504d3c commit 045d85f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
- name: Build image
run: |
docker buildx build \
--cache-from "type=local,src=/tmp/buildx-cache" \
--cache-to "type=local,src=/tmp/buildx-cache" \
--cache-to "type=local,dest=/tmp/buildx-cache" \
--output "type=image,push=false" \
${{ steps.setup.outputs.build_args }}
- name: Login to hub.docker.com
Expand Down

0 comments on commit 045d85f

Please sign in to comment.