Commit Graph
13 Commits
Author SHA1 Message Date
volker.raschek 433009e02c chore(ci): authenticate against harbor.cryptic.systems before pulling binfmt
Build / build-arm64 (push) Successful in 1m57s
Lint Markdown files / markdown-lint (push) Successful in 11s
Build / build-amd64 (push) Successful in 59s
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 5692ba867a chore(deps): update actions/checkout action to v6.1.0
Build / build-amd64 (pull_request) Successful in 55s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 1m38s
2026-07-20 18:25:20 +00:00
CSRBot 308711479d chore(deps): pin dependencies
Build / build-amd64 (pull_request) Successful in 48s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 1m41s
2026-06-07 18:18:28 +00:00
CSRBot b0f17cf01a chore(deps): update davidanson/markdownlint-cli2-action action to v23
Build / build-amd64 (pull_request) Successful in 49s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 1m45s
2026-06-04 15:34:18 +00:00
CSRBot 755d21fa6d chore(deps): update actions/checkout action to v6.0.3
Build / build-amd64 (pull_request) Successful in 41s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 1m40s
2026-06-02 15:27:44 +00:00
CSRBot 7e649613e4 chore(deps): update actions/checkout action to v6.0.2
Build / build-amd64 (pull_request) Successful in 34s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 1m39s
2026-01-22 17:15:03 +00:00
CSRBot f922cac37a chore(deps): update davidanson/markdownlint-cli2-action action to v21
Build / build-amd64 (pull_request) Successful in 33s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m34s
2025-12-02 23:13:16 +00:00
CSRBot 162e2537c6 chore(deps): update actions/checkout action to v6
Build / build-amd64 (pull_request) Successful in 32s
Lint Markdown files / markdown-lint (pull_request) Successful in 3s
Build / build-arm64 (pull_request) Successful in 1m36s
2025-12-02 21:17:09 +00:00
CSRBot 63dd3c2a15 chore(deps): update actions/checkout action to v5.0.1
Build / build-amd64 (pull_request) Successful in 31s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m40s
2025-11-17 17:18:14 +00:00
CSRBot e75f4e4505 chore(deps): update actions/checkout action to v5
Build / build-arm64 (pull_request) Successful in 1m33s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Build / build-amd64 (pull_request) Successful in 29s
2025-09-29 16:17:00 +00:00
CSRBot 564d658cec chore(deps): update actions/checkout action to v4.3.0
Build / build-amd64 (pull_request) Successful in 27s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m24s
2025-08-11 13:27:07 +00:00
CSRBot 251fc6fff2 chore(deps): update davidanson/markdownlint-cli2-action action to v20
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
Build / build-amd64 (pull_request) Successful in 28s
Build / build-arm64 (pull_request) Successful in 2m6s
Build / build-amd64 (push) Successful in 2m2s
Lint Markdown files / markdown-lint (push) Successful in 14s
Build / build-arm64 (push) Successful in 2m26s
2025-05-31 12:19:07 +00:00
volker.raschek 548c26594e fix(ci): add action DavidAnson/markdownlint-cli2-action@v19.1.0
Build / build-arm64 (push) Successful in 1m46s
Build / build-amd64 (push) Successful in 1m52s
Lint Markdown files / markdown-lint (push) Successful in 10s
2025-05-08 18:13:13 +02:00