renovate[bot]
a65d937ff4
Update actions/checkout action to v3.5.1 ( #2880 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-13 09:06:22 +02:00
renovate[bot]
a99f632bce
Update actions/checkout action to v3.5.0
2023-03-24 07:10:29 +00:00
renovate[bot]
c4d0c23a0e
Update actions/checkout action to v3.4.0
2023-03-15 23:01:55 +00:00
renovate[bot]
641dfa4a1d
Update docker/setup-buildx-action action to v2.5.0
2023-03-10 11:20:48 +00:00
renovate[bot]
ea6fdafdbf
Update docker/setup-buildx-action action to v2.4.1
2023-02-06 14:46:57 +00:00
renovate[bot]
d4efe537d9
Update docker/build-push-action action to v4 ( #2813 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-31 15:07:31 +01:00
renovate[bot]
c538eab00e
Update docker/build-push-action action to v3.3.1
2023-01-30 21:56:28 +00:00
renovate[bot]
63ccf65ba0
Update docker/setup-buildx-action action to v2.4.0
2023-01-30 13:02:37 +00:00
renovate[bot]
6fc5de4105
Update docker/setup-buildx-action action to v2.3.0
2023-01-28 04:57:51 +00:00
renovate[bot]
289e539c38
Update docker/build-push-action action to v3.3.0
2023-01-14 09:28:45 +00:00
renovate[bot]
725ecf7ce8
Update actions/checkout action to v3.3.0
2023-01-05 16:47:18 +00:00
renovate[bot]
1da32509d7
Update actions/checkout action to v3.2.0
2022-12-12 20:07:35 +00:00
renovate[bot]
7aa862731f
Update docker/setup-buildx-action action to v2.2.1
2022-10-18 09:37:22 +00:00
renovate[bot]
4b170a5c12
Update docker/setup-buildx-action action to v2.2.0
2022-10-17 16:45:38 +00:00
renovate[bot]
00d3f9ced3
Update docker/setup-buildx-action action to v2.1.0
2022-10-12 17:03:13 +00:00
renovate[bot]
6644ec18de
Update docker/build-push-action action to v3.2.0
2022-10-12 08:06:39 +00:00
renovate[bot]
ed7ae8054a
Update actions/checkout action to v3.1.0
2022-10-04 18:03:07 +00:00
renovate[bot]
b869df538a
Update docker/build-push-action action to v3.1.1
2022-08-05 13:50:55 +00:00
renovate[bot]
25b29cd56e
Update docker/build-push-action action to v3.1.0
2022-07-19 15:59:00 +00:00
renovate[bot]
2a97644468
Update docker/build-push-action action to v3 ( #2565 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-06 10:20:55 +02:00
renovate[bot]
f0471ac0eb
Update docker/setup-buildx-action action to v2 ( #2567 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-06 10:20:42 +02:00
Renovate Bot
85c8397cf7
Update docker/setup-buildx-action action to v1.7.0
2022-04-28 11:01:51 +00:00
Renovate Bot
c1a695de7b
Update actions/checkout action to v3.0.2
2022-04-21 16:13:25 +00:00
Renovate Bot
151f6cfe4a
Update actions/checkout action to v3.0.1
2022-04-14 20:13:59 +00:00
Renovate Bot
beafbd8f43
Update docker/build-push-action action to v2.10.0
2022-03-14 20:06:32 +00:00
renovate[bot]
6c4fba5173
Update actions/checkout action to v3 ( #2526 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-01 20:41:47 +01:00
Renovate Bot
e74b3e4f78
Update docker/build-push-action action to v2.9.0
2022-02-01 12:23:46 +00:00
Renovate Bot
24200e3490
Update docker/build-push-action action to v2.8.0
2022-01-18 14:35:14 +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
a40bb74d35
CI: Enable build also for debug configuration
...
With more and more conditionals depending on the configuration it starts making sense to build and test also debug build (it was broken for a short while)
2021-08-01 13:11:51 +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
e05ff83bee
Revert "CI: Add os to the matrix of docker-ci.yml"
...
This reverts commit 0152e4e918 .
2021-06-03 01:35:50 +02:00
Archi
0152e4e918
CI: Add os to the matrix of docker-ci.yml
...
Publish jobs won't have those as it's pointless for them to build and throw away the result, that's what CI is for
2021-06-03 01:30:40 +02:00
Archi
aab6b9cb5c
CI: Use parallel jobs in a matrix for docker-ci
2021-06-03 01:22:39 +02:00
Archi
795af015af
CI: Supply STD token to docker-ci
...
This allows to verify that STD plugin also builds, normally we skip it when token is not provided (for a reason)
2021-05-21 01:05:59 +02:00
Archi
0159a918cd
CI: Extract docker platforms to env variable
2021-05-20 23:47:22 +02:00
Łukasz Domeradzki
8c4a0d7f06
Workflow enhancements ( #2326 )
...
1. Split publish part of ci.yml into independent publish.yml action (run on the same schedule)
2. Add docker-ci.yml without pushing capability on the same schedule as ci
2021-05-20 23:36:02 +02:00