1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-25 09:51:37 +01:00

37 Commits

Author SHA1 Message Date
dependabot[bot]
04a8e52e09
Upgrade actions/github-script from 7 to 8 version (#1746)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 14:20:10 +02:00
dependabot[bot]
3cfa30552d
Upgrade actions/checkout from 4 to 5 version (#1733)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 13:30:02 +02:00
dependabot[bot]
20761e0cd5
Upgrade actions/download-artifact from 4 to 5 version (#1731)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 11:22:45 +02:00
tyranron
4b69110460
Fix typo in Docker CI spec 2025-07-16 13:29:08 +03:00
tyranron
752cf2e565
Verify CHANGELOG date on Docker CI 2025-07-16 13:25:41 +03:00
Kai Ren
1284a3f124
Explicitly install latest QEMU on CI for building Docker images (#1645) 2025-02-17 16:06:56 +01:00
tyranron
4945a42349
Decrease Docker BuildKit max-parallelism for ppc64le arch 2025-02-17 14:34:06 +02:00
Kai Ren
adae3dda3e
Refactor CI workflows and fix failures due to Node.js 20 (#1610, actions/checkout#1809) 2024-12-11 19:27:05 +01:00
dependabot[bot]
9a79c813e3
Upgrade softprops/action-gh-release GitHub Action from 1 to 2 version (#1449) 2024-03-11 11:40:29 +01:00
Pavel Punsky
168305494d
Exclude testing alpine Docker image on s390x arch on CI due to QEMU emulation problems (#1395, #1390)
Co-authored-by: Kai Ren <tyranron@gmail.com>
Co-authored-by: Michael Jones <jonesmz@users.noreply.github.com>
2024-01-24 13:08:08 +01:00
dependabot[bot]
4134344838
Upgrade actions/download-artifact from 3 to 4 version (#1350)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 12:48:28 +01:00
dependabot[bot]
a437bcbc12
Upgrade actions/upload-artifact from 3 to 4 version (#1349)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 12:17:41 +01:00
dependabot[bot]
0a95c8435a
Upgrade actions/github-script from 6 to 7 version (#1316)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-14 14:37:05 +01:00
tyranron
e7c1551de1
Try test s390x platform Docker images in MacOS on CI 2023-10-05 14:25:26 +03:00
tyranron
66bea108a1
Try 6.1.0 QEMU version for Docker tests on CI 2023-10-05 13:21:34 +03:00
tyranron
078bc829bd
Try edge QEMU version for Docker tests on CI 2023-10-05 13:03:07 +03:00
tyranron
a68c57caac
Try BuildKit QEMU auto-emulation on CI for Docker images 2023-10-05 12:45:25 +03:00
tyranron
213ecd3388
Try build s390x platform Docker images in MacOS on CI 2023-10-04 16:58:52 +03:00
dependabot[bot]
17e3b81a36
Upgrade docker/setup-qemu-action to 3 version (#1265)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 14:43:53 +02:00
dependabot[bot]
70f93468ad
Upgrade docker/setup-buildx-action to 3 version (#1264)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 14:13:17 +02:00
dependabot[bot]
05845b1c22
Upgrade docker/login-action to 3 version (#1263)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 12:51:34 +02:00
dependabot[bot]
ea96379905
Upgrade actions/checkout to 4 version (#1261)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 14:14:40 +02:00
tyranron
f41aee2224
Fix tagging released Docker image on CI 2022-11-16 18:41:57 +01:00
tyranron
007504af65
Fix quay.io authentication in Docker CI 2022-11-16 17:53:45 +01:00
tyranron
473e40a7b8
Omit changing README in container registries on edge Docker image pushes 2022-11-16 17:41:07 +01:00
tyranron
9d844cd1e1
Support linux/386 platform for Docker image 2022-11-16 17:37:57 +01:00
Kai Ren
a999df65ac
Rework Docker CI pipeline to be granular (#1092)
- build and test each platform separately on CI
- rework `Makefile` commands
- renew Docker tags description in README

Additionally:
- show output of failed tests
- ensure Docker images are not pulled in tests
- remove usage of deprecated `::set-output` GitHub Actions feature
2022-11-16 18:30:42 +02:00
tyranron
8b66fa4ff2
Improve GitHub release notes of Docker image 2022-09-13 15:52:09 +03:00
tyranron
01d725e65b
Improve Docker CI pipeline
- omit publishing and releasing Docker images in forks
- verify Git tag to match Makefile before releasing
- auto-cancel concurrent CI pipelines for the same Git ref
2022-09-13 13:19:07 +03:00
tyranron
7494e166d4
Upgrade GitHub Actions and enable dependabot for them 2022-05-06 11:53:54 +03:00
Dave Lambley
89b2b5c855
Record in metadata which Git revision Docker image was built from (#865)
- parametrize Git repo URL on CI for correct builds in forks
- move Docker image labeling to `Makefile`

Co-authored-by: Kai Ren <tyranron@gmail.com>
2021-12-15 12:53:09 +02:00
tyranron
b31b004922
Separate Docker image's GitHub release into its own job to run it only once
- fix naming of Docker image's GitHub releases
2021-04-16 10:05:51 +03:00
Mészáros Mihály
51e0267b34
Try to use GITHUB_TOKEN instead of GCR_BOT_PAT 2021-04-15 08:08:17 +02:00
tyranron
bb43a47792
Improve CI workflow with edge tags publishing and GitHub releasing 2021-04-13 12:09:24 +03:00
tyranron
3bad03d825
Fix 2021-04-07 18:16:04 +03:00
tyranron
0aa5c806c7
Fixes 2021-04-07 17:56:38 +03:00
tyranron
497be2cdd6
Bootstrap toolchain and CI pipeline 2021-04-07 14:26:50 +03:00