fix: build base image on every push so prop-base:latest is always available
Some checks failed
Build base image / Build and push base image (push) Successful in 2m59s
Build and Push / Build CI test image (push) Successful in 10s
Build and Push / Build and Push Docker Image (push) Failing after 7m48s

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.
This commit is contained in:
Graham McIntire 2026-08-05 12:12:35 -05:00
parent f4d5d1fdd0
commit 92fb2deb5d

View file

@ -4,9 +4,6 @@ on:
push:
branches:
- main
paths:
- 'Dockerfile.base'
- '.forgejo/workflows/build-base.yaml'
schedule:
- cron: '0 6 * * 0'
workflow_dispatch: