Skip to content

Commit

Permalink
add caching for docker building
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Nov 3, 2023
1 parent 359ac2a commit 5eb7880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
with:
context: .
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64, linux/amd64

0 comments on commit 5eb7880

Please sign in to comment.