Commit Graph
13 Commits
Author SHA1 Message Date
volker.raschek bf9b4f2f78 chore(ci): authenticate against harbor.cryptic.systems before pulling binfmt
Lint Markdown files / markdown-lint (push) Successful in 10s
Release / push-arm64 (push) Successful in 1m13s
Release / push-amd64 (push) Successful in 35s
Release / push-manifest (push) Successful in 13s
Release / sync-to-hub-docker-io (push) Successful in 1m12s
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 72a00a1c6e chore(deps): update actions/checkout action to v6.1.0
Lint Markdown files / markdown-lint (pull_request) Successful in 7s
2026-07-20 18:18:51 +00:00
CSRBot ba99888ca7 chore(deps): pin dependencies
Lint Markdown files / markdown-lint (pull_request) Successful in 11s
2026-06-05 12:25:31 +00:00
CSRBot 8bae23f8d6 chore(deps): update davidanson/markdownlint-cli2-action action to v23
Lint Markdown files / markdown-lint (pull_request) Failing after 14m41s
2026-06-04 15:23:48 +00:00
CSRBot d7ac79315f chore(deps): update actions/checkout action to v6.0.3
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2026-06-02 15:21:07 +00:00
CSRBot f0228d41b9 chore(deps): update actions/checkout action to v6.0.2
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2026-01-22 17:11:43 +00:00
CSRBot c757e9ad39 chore(deps): update actions/checkout action to v6
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2025-12-02 21:11:36 +00:00
CSRBot 8f83784975 chore(deps): update davidanson/markdownlint-cli2-action action to v21
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2025-11-17 20:10:53 +00:00
CSRBot c5bdd4a3b4 chore(deps): update actions/checkout action to v5.0.1
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2025-11-17 17:12:38 +00:00
CSRBot 00395919b4 chore(deps): update actions/checkout action to v5
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
2025-09-29 16:11:18 +00:00
CSRBot d2fefae9f2 chore(deps): update actions/checkout action to v4.3.0
Lint Markdown files / markdown-lint (pull_request) Successful in 3s
2025-08-11 13:20:10 +00:00
CSRBot 5fd7be77eb chore(deps): update davidanson/markdownlint-cli2-action action to v20
Lint Markdown files / markdown-lint (push) Successful in 5s
Release / push-amd64 (push) Successful in 1m17s
Release / push-arm64 (push) Successful in 1m26s
Release / push-manifest (push) Successful in 20s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Release / sync-to-hub-docker-io (push) Successful in 20s
2025-05-30 22:10:41 +00:00
volker.raschek b56e7f322a fix(ci): replace drone with gitea actions
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-amd64 (push) Successful in 46s
Build / build-arm64 (push) Successful in 1m5s
2025-05-12 22:37:50 +02:00