Skip to content

Commit

Permalink
Really make sure builder is loaded in local dockerd
Browse files Browse the repository at this point in the history
  • Loading branch information
jordemort committed May 3, 2024
1 parent eb35620 commit 822f2ff
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 @@ -52,7 +52,7 @@ jobs:
cache-from: type=registry,ref=ghcr.io/jordemort/jordemort-blog-builder:latest
cache-to: type=inline
labels: ${{ steps.meta.outputs.labels }}
output: type=image,name=ghcr.io/jordemort/jordemort-blog-builder:latest,push=${{ github.event_name == 'push' }}
outputs: type=image,name=ghcr.io/jordemort/jordemort-blog-builder:latest,push=${{ github.event_name == 'push' }}
pull: true
tags: ghcr.io/jordemort/jordemort-blog-builder:latest
target: astro
Expand Down

0 comments on commit 822f2ff

Please sign in to comment.