fixes
This commit is contained in:
parent
f52a983c3b
commit
9004902be8
@ -22,7 +22,7 @@ jobs:
|
||||
uses: https://github.com/actions/cache/restore@v3
|
||||
with:
|
||||
path: |
|
||||
/usr/bin/docker
|
||||
/usr/bin/docker
|
||||
key: ${{ runner.os }}-docker
|
||||
token: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
${{ runner.os }}-buildx-
|
||||
|
||||
- name: Login to Repo
|
||||
uses: https://github.com/docker/login-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user