Skip to content

Commit

Permalink
add some docker caching
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Aug 1, 2024
1 parent 5e8f56d commit ae2156b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
file: ./contrib/containers/ci/Dockerfile
push: true
tags: ghcr.io/${{ steps.prepare.outputs.repo-name }}/builder:${{ steps.prepare.outputs.image-tag }}
cache-from: type=registry,ref=ghcr.io/${{ steps.prepare.outputs.repo-name }}/builder:latest
cache-to: type=inline

build-depends:
name: Build Dependencies
Expand Down

0 comments on commit ae2156b

Please sign in to comment.