Commit graph

10 commits

Author SHA1 Message Date
Archi
7971585a32
Enable private signing of CI builds 2021-08-01 12:56:08 +02:00
Renovate Bot
f160a25fb0
Update docker/setup-buildx-action action to v1.5.1 2021-07-12 12:49:15 +00:00
Renovate Bot
c90f343386
Update docker/setup-buildx-action action to v1.5.0 2021-07-02 14:34:11 +00:00
Renovate Bot
b82e9454f5
Update docker/build-push-action action to v2.6.1 2021-07-01 15:49:02 +00:00
Archi
2f7478b968
CI: Pin versions
While floating tags are nice to use and fancy, we already had situations where the fixed source code did not result in the same deterministic build as the one built e.g. a week ago due to non-pinned versions that resulted in a different set of dependencies than originally.

Since GitHub actions follow similar pattern, we want to do our best to ensure that if CI in given fixed version passed on a fixed source, then it should also result in the same deterministic output. Of course this is impossible to achieve in 100% (e.g. resources no longer being available over the network), but this is something we can do.

It wasn't like that before renovate since we didn't have a standarized bot that could handle bumping those versions for us.
2021-06-30 16:19:41 +02:00
Archi
54445474e5
CI: Use GITHUB_TOKEN instead of GH_PACKAGES_PAT
It was not possible previously, but it should be now: https://docs.github.com/en/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry#authenticating-to-the-container-registry
2021-05-24 10:25:47 +02:00
Archi
a30ed27268
Update DH short description automatically as well 2021-05-22 18:47:03 +02:00
Archi
0159a918cd
CI: Extract docker platforms to env variable 2021-05-20 23:47:22 +02:00
JustArchi
be2f59ef88 Misc 2021-02-09 17:48:24 +01:00
JustArchi
01bc30e49c master -> main 2021-01-20 21:14:45 +01:00
Renamed from .github/workflows/docker-publish-master.yml (Browse further)