Commit Graph

20 Commits

Author SHA1 Message Date
Renovate Bot
24200e3490 Update docker/build-push-action action to v2.8.0 2022-01-18 14:35:14 +00:00
Renovate Bot
332d5d048c Update docker/login-action action to v1.12.0 2021-12-20 14:31:24 +00:00
Archi
11f8b6aae5 CI: Misc 2021-12-20 14:07:41 +01:00
Renovate Bot
6e5a02c380 Update docker/login-action action to v1.11.0 2021-12-20 11:35:12 +00:00
Renovate Bot
6d9dc5e54f Update actions/checkout action to v2.4.0 2021-11-03 04:51:31 +00:00
Renovate Bot
861d64e0dc Update actions/checkout action to v2.3.5 2021-10-15 17:42:53 +00:00
Renovate Bot
8d0977d61e Update docker/setup-buildx-action action to v1.6.0 2021-09-03 21:14:34 +00:00
Renovate Bot
03a962ae81 Update docker/build-push-action action to v2.7.0 2021-08-20 14:34:37 +00:00
Archi
4bdbbedfb1 CI hardening against errors 2021-08-01 13:00:14 +02:00
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
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
71f3dd5e5c Add opencontainers labels to docker images 2021-01-02 18:33:16 +01:00
JustArchi
a847585450 Misc 2021-01-02 15:47:30 +01:00
Łukasz Domeradzki
e5efb86bd2 CI updates related to Docker containers (#2112)
* Initial commit trying to get ghcr running

* Move to v2

* Add lowercasing

* Replace docker hub worker

* Update

* Attempt to solve .net limitations

* Correct platforms

* Update docker-publish-master.yml

* Add remaining docker tags

* Add automatic DockerHub repo description update
2021-01-02 14:49:03 +01:00