Migrate to docker actions

Originally just wanted to add the standard opencontainer labels that
docker/metadata provide

but with "mr-smithers-excellent" seemed to only half implement docker
support, and a higher risk than docker for supply chain issues, so I
went all out and also added cosign to sign the images.

Docker metadata tags supports all the custom code to create version
tags, out of the box and fully maintained

Also dropped the manual workflow, just merged it into cd.yml since you
can select tags when you manual dispatch, and thats less to maintain
This commit is contained in:
Gavin Mogan 2025-09-06 00:49:55 -07:00
parent 1b6da0aaa0
commit bf4e6ea96f
3 changed files with 81 additions and 88 deletions

View file

@ -1,4 +1,4 @@
name: Create docker images
name: Create docker images (cloud)
on:
push: