Update workflow to only rebuild images when changed

This commit is contained in:
Torjus Håkestad 2024-02-05 12:18:41 +01:00
parent 5048605ea7
commit 57d9ab5709

View File

@ -3,6 +3,9 @@ name: publish-images
on:
push:
branches: [ master ]
paths:
- "Dockerfile*"
- "base-packages.txt"
schedule:
- cron: "0 4 * * 7"