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.
This commit is contained in:
parent
f4d5d1fdd0
commit
92fb2deb5d
1 changed files with 0 additions and 3 deletions
|
|
@ -4,9 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
|
||||||
- 'Dockerfile.base'
|
|
||||||
- '.forgejo/workflows/build-base.yaml'
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 6 * * 0'
|
- cron: '0 6 * * 0'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue