Skip to content

Commit

Permalink
feat(ci): image layer caching
Browse files Browse the repository at this point in the history
  • Loading branch information
rornic committed May 3, 2024
1 parent d60d9c2 commit dd23b17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
push: false
platforms: linux/amd64,linux/arm64,linux/arm/v6
context: .
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit dd23b17

Please sign in to comment.