Skip to content

Commit

Permalink
use outputs instead of cache-to
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeire committed Aug 29, 2024
1 parent 093d78b commit 06b6e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v6
with:
target: coverage
cache-to: type=local,dest=coverage/
outputs: type=local,dest=coverage/
build-args: |
VERSION=${{ env.VERSION }}
Expand Down

0 comments on commit 06b6e64

Please sign in to comment.