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: on:
push: push:
branches: branches:
- 'main' - 'master'
jobs: jobs:
docker: docker:
@ -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 }}