Commit graph

8 commits

Author SHA1 Message Date
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
Laurent Indermuehle
20965d2fa2
Cut test MySQL 8 with incompatible pymysql 0.7.11
It fails to connect with error about cryptography unsupported
2023-01-20 18:43:14 +01:00
Laurent Indermuehle
069eba9c6a
Add tag 'latest' to images 2023-01-20 14:18:44 +01:00
Laurent Indermuehle
e90876292e
Cut unused images 2023-01-20 13:48:01 +01:00
Laurent Indermuehle
7a806078cf
Workaround failed to push ghcr.io
Error was: failed to copy: io: read/write on closed pipe
2023-01-20 13:35:14 +01:00
Laurent Indermuehle
eadb216603
Fix context path 2023-01-20 13:09:15 +01:00
Laurent Indermuehle
5ba5ab049f
Fix workflow title 2023-01-20 13:07:28 +01:00
Laurent Indermuehle
9fd0d8b202
Change docker-image workflow to work on all images using matrix 2023-01-20 10:42:53 +01:00