mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
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:
parent
1b6da0aaa0
commit
bf4e6ea96f
3 changed files with 81 additions and 88 deletions
2
.github/workflows/cd-cloud.yml
vendored
2
.github/workflows/cd-cloud.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Create docker images
|
||||
name: Create docker images (cloud)
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue