Pin actions/cache action to 704facf #19
@ -19,7 +19,7 @@ jobs:
|
|||||||
apt install -y docker-ce docker-ce-cli containerd.io
|
apt install -y docker-ce docker-ce-cli containerd.io
|
||||||
|
|
||||||
- name: Setup the build cache
|
- name: Setup the build cache
|
||||||
uses: actions/cache@v3 # v3.3.2
|
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||||
|
Loading…
Reference in New Issue
Block a user