Skip to content

Commit

Permalink
Use image caching
Browse files Browse the repository at this point in the history
enables experimental GHCR caching, huge build speedups

see https://docs.docker.com/build/ci/github-actions/cache/#github-cache
  • Loading branch information
RobertRosca committed Nov 27, 2023
1 parent 3f8837c commit efb83ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,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 efb83ab

Please sign in to comment.