Skip to content

Commit

Permalink
chore: Try avoid blowing up the cache size by only caching the final …
Browse files Browse the repository at this point in the history
…image
  • Loading branch information
lewisjared committed Jul 11, 2024
1 parent fb1c8d4 commit 60b81ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha
push: true
load: true

Expand Down

0 comments on commit 60b81ea

Please sign in to comment.