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 }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user