From 57d9ab570982a01e092a94670403b0f5c14ee47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 5 Feb 2024 12:18:41 +0100 Subject: [PATCH] Update workflow to only rebuild images when changed --- .gitea/workflows/publish-images.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/publish-images.yml b/.gitea/workflows/publish-images.yml index f02c962..900332f 100644 --- a/.gitea/workflows/publish-images.yml +++ b/.gitea/workflows/publish-images.yml @@ -3,6 +3,9 @@ name: publish-images on: push: branches: [ master ] + paths: + - "Dockerfile*" + - "base-packages.txt" schedule: - cron: "0 4 * * 7"