Skip to content

Commit

Permalink
Add container image layer caching to GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmarble committed Jan 7, 2024
1 parent 87054c5 commit 2df0102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 2df0102

Please sign in to comment.