Skip to content

Commit

Permalink
Cache Docker layers in GitHub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
deiwin committed Nov 20, 2022
1 parent 28f9821 commit 153bf1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}, mode=max

0 comments on commit 153bf1e

Please sign in to comment.