Skip to content

Commit

Permalink
Add caching to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
nabsul committed Apr 21, 2022
1 parent 9b5c869 commit 8567852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ jobs:
push: true
tags: ${{ steps.meta_docker.outputs.tags }}
labels: ${{ steps.meta_docker.outputs.labels }}
cache-from: type=gha,scope=kcert
cache-to: type=gha,scope=kcert

0 comments on commit 8567852

Please sign in to comment.