update actions
This commit is contained in:
parent
e01473400d
commit
c185c1906f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/kernel-akmods.yml
vendored
2
.github/workflows/kernel-akmods.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
- cron: '0 4 * * *' # 4 am every day
|
||||
push:
|
||||
paths:
|
||||
- './kernel-akmods.Dockerfile'
|
||||
- 'kernel-akmods.Dockerfile'
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
|
|
|
|||
2
.github/workflows/os.yml
vendored
2
.github/workflows/os.yml
vendored
|
|
@ -10,7 +10,7 @@ on:
|
|||
- cron: '0 6 * * 6' # 6 am on Saturdays
|
||||
push:
|
||||
paths:
|
||||
- './Dockerfile'
|
||||
- 'Dockerfile'
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue