1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
cb71569c13 Force pull on every build
All checks were successful
/ build-image (push) Successful in 8m46s
This makes pull failure a build time failure.
2024-11-06 13:31:11 +01:00
02d8c30a0d Rework cleanup
Makes cleanup run after all other steps regardless of success or
failure. Additionally removes resulting artifact.
2024-11-06 13:31:11 +01:00
3cd85014e5 Separate push from build
All checks were successful
/ build-image (push) Successful in 9m14s
2024-11-06 10:20:40 +01:00
266ae1941b Fix typo in build
All checks were successful
/ build-image (push) Successful in 5m10s
Fixes typo introduced in 622664ece1
2024-11-06 09:49:31 +01:00
33a6cde64d Build with --squash-all
Some checks failed
/ build-image (push) Failing after 2s
This makes removing packages from base image actually reduce image size
(downloads will be smaller), but prevents sharing of layers, increasing space usage on registry.
2024-11-06 09:46:45 +01:00
622664ece1 Pull new upstream image if available 2024-11-06 09:46:36 +01:00
e31a1922c3 Use --squash in podman build 2024-11-06 00:55:56 +01:00
e828792344 Add first image build workflow
All checks were successful
/ build-image (push) Successful in 5m48s
2024-11-05 23:18:35 +01:00