Skip to content

Commit

Permalink
use same PR image as cache
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed May 16, 2024
1 parent 087902b commit b5ac9d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
context: .
tags: ${{ env.IMAGE_NAME }}:${{ env.TAG }}
load: true
cache-from: ${{ env.IMAGE_NAME }}:latest
cache-from: |
${{ env.IMAGE_NAME }}:latest
${{ env.IMAGE_NAME }}:${{ env.TAG }}
cache-to: type=inline

- name: Run tests
Expand Down

0 comments on commit b5ac9d6

Please sign in to comment.