Commit graph

3 commits

Author SHA1 Message Date
Laurent Indermuehle
e2adefc9cb
Cut filter by branch
GHA will build the image using the branch name as tag. So we can safely
remove this filter.
2023-01-25 10:13:39 +01:00
Laurent Indermuehle
4fed2e2413
Cut Docker Image workflow's filter for branch from my fork 2023-01-23 22:31:05 +01:00
Laurent Indermuehle
095ed0ad2e
Split Docker image workflow to rebuild only changed Dockerfile
My goal is not to save the planet but to make it work. Currently
docker/setup-buildx-action@v2 often fails. You have to rerun the
workflow multiple times until it succeed. When you do that with the
matrix with 15 containers, you never get to the point where they all
built successfully. Having separate workflows makes rerun the failing
build easier.
2023-01-23 09:18:36 +01:00