fix(ci): add path filters to Docker workflow to avoid unnecessary rebuilds

This commit is contained in:
Matthieu MALVACHE
2026-02-21 23:59:31 +01:00
parent 05f339283d
commit 51660481a0
+14
View File
@@ -3,6 +3,20 @@ name: Publish Docker Image
on:
push:
branches: [main]
paths:
- "Dockerfile"
- ".dockerignore"
- "app/**"
- "components/**"
- "contexts/**"
- "hooks/**"
- "lib/**"
- "stores/**"
- "locales/**"
- "public/**"
- "package.json"
- "package-lock.json"
- ".github/workflows/docker-publish.yml"
tags: ["v*.*.*"]
workflow_dispatch: