Skip to content

Commit

Permalink
enabled docker caching
Browse files Browse the repository at this point in the history
  • Loading branch information
realStandal committed Jul 5, 2024
1 parent d33c965 commit a91c9b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ runs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Generate Artifact Attestation
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit a91c9b6

Please sign in to comment.