Skip to content

Commit

Permalink
chore: Add cache configuration to multiarch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Aug 22, 2024
1 parent 3188ce4 commit c3ee5ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c3ee5ea

Please sign in to comment.