Skip to content

Commit 9aefed1

Browse files
committed
Add missing load from cache
1 parent 82b20f6 commit 9aefed1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ runs:
4848
fi
4949
shell: bash
5050

51+
- name: Import Docker images from cache
52+
uses: actions/cache@v2
53+
with:
54+
path: /tmp/.buildx-cache
55+
key: ${{ inputs.osg_series}}-${{ inputs.repo }}-buildx-${{ github.sha }}-${{ github.run_id }}
56+
5157
- name: Set up Docker Buildx
5258
uses: docker/setup-buildx-action@v1
5359

0 commit comments

Comments
 (0)