Skip to content

Commit

Permalink
ci: add cache to docker build (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinWatt authored Feb 7, 2025
1 parent 5a0c7d7 commit 0c61dcd
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 @@ -68,3 +68,5 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha

0 comments on commit 0c61dcd

Please sign in to comment.