Skip to content

Commit

Permalink
add cache to docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSingee committed Jan 6, 2025
1 parent f2bcff3 commit 8b2be23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 8b2be23

Please # to comment.