Commit graph

4 commits

Author SHA1 Message Date
Jonas Chevalier
bf1338907c
ci: add GitHub Actions cron (#16)
* ci: add dependabot

* ci: revamp logic

Merge username and password as a single auth token. It doesn't make
sense to split out the user and password since they are so tied
together. Might as well treat the whole think as a secret blob.

Remove Travis-CI. Travis is dead for OSS.

Add GitHub Actions cron. Remove cachix as it's pushing too much stuff.

Merge all of the CI logic into a single ci.sh script.
2021-02-10 13:25:01 +01:00
zimbatm
f90912f967
release.nix -> default.nix
the default should be to build all the images
2019-12-17 23:35:43 +01:00
zimbatm
2aefa0599e
add meta attributes to all images
augment the images with meta attributes from the input packages.

and then use the meta.description as dockerhub metadata.
2019-02-17 12:10:00 +01:00
zimbatm
8cbbfe7009
generate the DockerHub image matrix 2019-02-15 14:48:42 +01:00
Renamed from update-dockerhub (Browse further)