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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths:
|
||||||
|
- "Dockerfile*"
|
||||||
|
- "base-packages.txt"
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 4 * * 7"
|
- cron: "0 4 * * 7"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user