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