Commit graph

10 commits

Author SHA1 Message Date
Gerald Pinder
3dfe5785f7 chore: Update patch rev for sigstore 2024-09-01 14:23:14 -04:00
Gerald Pinder
7c4eee2862 fix: Ensure that debug logs header for builds properly display the time 2024-08-31 12:36:28 -04:00
Gerald Pinder
54c35a870f chore: Make sigstore an optional dep 2024-08-25 14:58:20 -04:00
Gerald Pinder
43dd4ef842 chore: Release 2024-08-25 14:10:13 -04:00
Gerald Pinder
9ed47c0884 fix: Properly handle alt-tags so they don't collide with default tags 2024-08-25 14:08:39 -04:00
Gerald Pinder
04972416cb fix: Make sure GitHub job pushes latest image on scheduled job 2024-08-24 18:20:12 -04:00
Gerald Pinder
f13b67637b fix: Make sure getting version fails if not all dirs were copied 2024-08-20 09:53:59 -04:00
Gerald Pinder
e4ad31c047 chore: Release 2024-08-20 09:04:17 -04:00
Gerald Pinder
7418f60f8e fix: Don't let process continue running if the main app thread panics 2024-08-20 00:48:44 -04:00
Gerald Pinder
8ce83ba7ff
refactor: Create SigningDriver and CiDriver (#197)
This also includes a new `login` command. The signing and CI logic is now using the Driver trait system along with a new experimental sigstore signing driver. New static macros have also been created to make implementation management easier for `Command` usage and `Driver` trait implementation calls.

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2024-08-12 23:52:07 -04:00