Skip to content

Commit

Permalink
Enable Docker build caching in GitHub Actions workflow (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Sep 11, 2024
1 parent b59ace4 commit 20f712b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
with:
context: .
file: ./Dockerfile
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 20f712b

Please sign in to comment.