File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9393 uses : actions/cache@v5
9494 with :
9595 path : .build-marker-${{ matrix.image }}
96- key : image-built-${{ matrix.image }}-${{ github.sha }}-${{ steps.date.outputs.date }}
96+ key : image-built-${{ matrix.image }}-${{ github.sha }}-${{ github.event.pull_request.number || github.ref_name }}-${{ steps.date.outputs.date }}
9797 lookup-only : true
9898
9999 - name : Set up Docker Buildx
@@ -142,4 +142,4 @@ jobs:
142142 uses : actions/cache/save@v5
143143 with :
144144 path : .build-marker-${{ matrix.image }}
145- key : image-built-${{ matrix.image }}-${{ github.sha }}-${{ steps.date.outputs.date }}
145+ key : image-built-${{ matrix.image }}-${{ github.sha }}-${{ github.event.pull_request.number || github.ref_name }}-${{ steps.date.outputs.date }}
You can’t perform that action at this time.
0 commit comments