fixes
Some checks failed
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-27 21:46:29 +01:00
parent 6da7cda8b1
commit f6ffcd3082

@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- 'main'
- 'master'
jobs:
docker:
@ -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 }}