From 9004902be89c74c445fc75690ed60682fa7269ac Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 27 Mar 2023 21:36:12 +0100 Subject: [PATCH] fixes --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 0e9ef7b..4316f6d 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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