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