Skip to content

Commit

Permalink
Cache the other containers too
Browse files Browse the repository at this point in the history
  • Loading branch information
jordemort committed May 3, 2024
1 parent 822f2ff commit b149cbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/astro-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
if: ${{ github.event_name == 'push' }}
with:
context: .
cache-from: type=registry,ref=ghcr.io/jordemort/jordemort-blog-dependencies:latest
cache-to: type=inline
labels: ${{ steps.meta.outputs.labels }}
push: true
tags: ghcr.io/jordemort/jordemort-blog-dependencies:latest
Expand All @@ -75,6 +77,8 @@ jobs:
if: ${{ github.event_name == 'push' }}
with:
context: .
cache-from: type=registry,ref=ghcr.io/jordemort/jordemort-blog:latest
cache-to: type=inline
labels: ${{ steps.meta.outputs.labels }}
pull: true
push: true
Expand Down

0 comments on commit b149cbc

Please sign in to comment.