This commit is contained in:
Lee 2023-03-27 21:36:12 +01:00
parent f52a983c3b
commit 9004902be8

@ -22,7 +22,7 @@ jobs:
uses: https://github.com/actions/cache/restore@v3 uses: https://github.com/actions/cache/restore@v3
with: with:
path: | path: |
/usr/bin/docker /usr/bin/docker
key: ${{ runner.os }}-docker key: ${{ runner.os }}-docker
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
@ -42,7 +42,7 @@ jobs:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }} key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: | restore-keys: |
${{ runner.os }}-buildx- ${{ runner.os }}-buildx-
- name: Login to Repo - name: Login to Repo
uses: https://github.com/docker/login-action@v2 uses: https://github.com/docker/login-action@v2