From 92fb2deb5df13de43d62778d5a3d47b152854272 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 5 Aug 2026 12:12:35 -0500 Subject: [PATCH] fix: build base image on every push so prop-base:latest is always available prop-base:latest is required by the production Dockerfile's final stage but was only built when Dockerfile.base changed. The registry can GC unused images. Remove paths filter so the image is always kept fresh. --- .forgejo/workflows/build-base.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.forgejo/workflows/build-base.yaml b/.forgejo/workflows/build-base.yaml index 74189cc2..8d108d21 100644 --- a/.forgejo/workflows/build-base.yaml +++ b/.forgejo/workflows/build-base.yaml @@ -4,9 +4,6 @@ on: push: branches: - main - paths: - - 'Dockerfile.base' - - '.forgejo/workflows/build-base.yaml' schedule: - cron: '0 6 * * 0' workflow_dispatch: