Update '.gitea/workflows/publish.yaml'
Some checks failed
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-27 21:13:13 +01:00
parent d84122da3a
commit 23cd272c3c

@ -24,7 +24,7 @@ jobs:
path: |
/usr/bin/docker
key: ${{ runner.os }}-docker
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
- name: Download docker
if: steps.cache-docker.outputs.cache-hit != 'true'