Commit Graph
13 Commits
Author SHA1 Message Date
volker.raschek 08d81ee368 chore(ci): authenticate against harbor.cryptic.systems before pulling binfmt
Build / build-arm64 (push) Successful in 3m18s
Lint Markdown files / markdown-lint (push) Successful in 13s
Build / build-amd64 (push) Successful in 3m39s
The workflows pulled tonistiigi/binfmt through an unauthenticated request, either directly from docker.io or from
harbor.cryptic.systems before any credentials had been configured. Both variants are subject to upstream rate limiting
and made the multi arch builds fail sporadically.

The docker/login-action steps are now placed in front of docker/setup-qemu-action and docker/setup-buildx-action, and a
second login against harbor.cryptic.systems was added so that the binfmt image is always pulled from the internal
registry with valid credentials. Leftover setup-qemu-action and setup-buildx-action steps from the previous ordering
were removed.

All pinned actions were additionally bumped to their latest upstream release to remove the version drift between the
repositories.
2026-09-02 20:44:09 +02:00
CSRBot e97db906d3 chore(deps): update actions/checkout action to v6.1.0
Build / build-arm64 (pull_request) Successful in 3m2s
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
Build / build-amd64 (pull_request) Successful in 1m25s
2026-07-20 18:05:46 +00:00
CSRBot 0ede75ae58 chore(deps): pin dependencies
Build / build-amd64 (pull_request) Successful in 1m49s
Lint Markdown files / markdown-lint (pull_request) Failing after 13m37s
Build / build-arm64 (pull_request) Failing after 13m43s
2026-06-05 12:04:31 +00:00
CSRBot 3a4ce66ac1 chore(deps): update davidanson/markdownlint-cli2-action action to v23
Build / build-amd64 (pull_request) Successful in 1m28s
Lint Markdown files / markdown-lint (pull_request) Successful in 7s
Build / build-arm64 (pull_request) Successful in 2m33s
2026-06-04 15:04:53 +00:00
CSRBot 92bc5ade77 chore(deps): update actions/checkout action to v6.0.3
Build / build-amd64 (pull_request) Successful in 1m24s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 2m53s
2026-06-02 15:04:37 +00:00
CSRBot 88dc18ce7f chore(deps): update actions/checkout action to v6.0.2
Build / build-amd64 (pull_request) Successful in 57s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 2m17s
2026-01-22 17:06:09 +00:00
CSRBot 0766b322da chore(deps): update actions/checkout action to v6
Build / build-arm64 (pull_request) Successful in 2m8s
Lint Markdown files / markdown-lint (pull_request) Successful in 8s
Build / build-amd64 (pull_request) Successful in 53s
2025-12-02 21:05:51 +00:00
CSRBot f8739c69cb chore(deps): update davidanson/markdownlint-cli2-action action to v21
Build / build-arm64 (pull_request) Successful in 2m6s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-amd64 (pull_request) Successful in 1m0s
2025-11-17 20:05:44 +00:00
CSRBot 80d49d0fd2 chore(deps): update actions/checkout action to v5.0.1
Build / build-arm64 (pull_request) Successful in 2m1s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Build / build-amd64 (pull_request) Successful in 52s
2025-11-17 17:06:49 +00:00
CSRBot 852b386dda chore(deps): update actions/checkout action to v5
Build / build-arm64 (pull_request) Successful in 2m11s
Lint Markdown files / markdown-lint (pull_request) Successful in 13s
Build / build-amd64 (pull_request) Successful in 46s
2025-09-29 16:02:50 +00:00
CSRBot 09cd407709 chore(deps): update actions/checkout action to v4.3.0
Build / build-arm64 (pull_request) Successful in 2m6s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Build / build-amd64 (pull_request) Successful in 3m22s
2025-08-11 13:07:13 +00:00
CSRBot b98cc830c3 chore(deps): update davidanson/markdownlint-cli2-action action to v20
Build / build-amd64 (pull_request) Successful in 43s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 2m45s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-amd64 (push) Successful in 3m21s
Build / build-arm64 (push) Successful in 3m6s
2025-05-15 07:04:40 +00:00
volker.raschek 840ff04f70 fix(ci): replace drone with gitea actions 2025-05-13 17:58:50 +02:00