Skip to content

Commit

Permalink
Cache the builder, correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jordemort committed May 3, 2024
1 parent acc77c3 commit 95ab812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astro-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
cache-from: type=registry,ghcr.io/jordemort/jordemort-blog-builder:latest
cache-from: type=registry,ref=ghcr.io/jordemort/jordemort-blog-builder:latest
cache-to: type=inline
labels: ${{ steps.meta.outputs.labels }}
pull: true
Expand Down

0 comments on commit 95ab812

Please sign in to comment.