update actions

This commit is contained in:
Anders Rytter Hansen 2023-10-30 07:17:47 +01:00
commit c185c1906f
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ on:
- cron: '0 4 * * *' # 4 am every day - cron: '0 4 * * *' # 4 am every day
push: push:
paths: paths:
- './kernel-akmods.Dockerfile' - 'kernel-akmods.Dockerfile'
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty

View file

@ -10,7 +10,7 @@ on:
- cron: '0 6 * * 6' # 6 am on Saturdays - cron: '0 6 * * 6' # 6 am on Saturdays
push: push:
paths: paths:
- './Dockerfile' - 'Dockerfile'
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty