Skip to content

Commit

Permalink
set up docker caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Aug 13, 2024
1 parent 54789d9 commit d4fe5d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ steps.meta.outputs.tags }}
cache-to: type=inline
e2e:
runs-on: ubuntu-22.04
needs: build-and-push-image
Expand Down

0 comments on commit d4fe5d0

Please sign in to comment.