Skip to content

Commit

Permalink
chore(ci): Enable cache in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre committed Sep 24, 2024
1 parent 899de9a commit 47e2d71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ jobs:
context: .
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule' }}
tags: ghcr.io/${{ github.repository }}:latest
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}:latest
cache-to: type=inline,mode=min

0 comments on commit 47e2d71

Please sign in to comment.