Update workflow to only rebuild images when changed
This commit is contained in:
parent
5048605ea7
commit
57d9ab5709
@ -3,6 +3,9 @@ name: publish-images
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "Dockerfile*"
|
||||
- "base-packages.txt"
|
||||
schedule:
|
||||
- cron: "0 4 * * 7"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user