Commit Graph
13 Commits
Author SHA1 Message Date
volker.raschek d9f92f758e 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 1m24s
Release / push-amd64 (push) Successful in 46s
Release / push-manifest (push) Successful in 11s
Release / sync-to-hub-docker-io (push) Successful in 2m22s
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 7a1920ffb0 chore(deps): update actions/checkout action to v6.1.0
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
2026-07-20 18:10:35 +00:00
CSRBot 6f8ae2b21f chore(deps): pin dependencies
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
2026-06-05 12:15:20 +00:00
CSRBot 2f81bb396f chore(deps): update davidanson/markdownlint-cli2-action action to v23
Lint Markdown files / markdown-lint (pull_request) Successful in 11s
2026-06-04 14:36:06 +00:00
CSRBot 38e7a36763 chore(deps): update actions/checkout action to v6.0.3
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2026-06-02 15:13:20 +00:00
CSRBot b89832d930 chore(deps): update actions/checkout action to v6.0.2
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2026-01-22 17:08:49 +00:00
CSRBot 675d95eb60 chore(deps): update davidanson/markdownlint-cli2-action action to v21
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2025-12-02 23:07:34 +00:00
CSRBot ef170625f7 chore(deps): update actions/checkout action to v6
Lint Markdown files / markdown-lint (pull_request) Successful in 3s
2025-12-02 21:09:10 +00:00
CSRBot 35f311845d chore(deps): update actions/checkout action to v5.0.1
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2025-11-17 17:09:56 +00:00
CSRBot 8fdbd73498 chore(deps): update actions/checkout action to v5
Lint Markdown files / markdown-lint (pull_request) Successful in 13s
2025-09-29 16:06:14 +00:00
CSRBot 4aea773895 chore(deps): update actions/checkout action to v4.3.0
Lint Markdown files / markdown-lint (pull_request) Successful in 14s
2025-08-11 13:14:07 +00:00
CSRBot 7b81f73f1b chore(deps): update davidanson/markdownlint-cli2-action action to v20
Lint Markdown files / markdown-lint (push) Successful in 4s
Release / push-amd64 (push) Successful in 24s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Release / push-arm64 (push) Successful in 1m46s
Release / push-manifest (push) Successful in 16s
Release / sync-to-hub-docker-io (push) Successful in 22s
2025-05-30 22:06:55 +00:00
volker.raschek aa9b2df225 fix(ci): replace drone with gitea actions
Lint Markdown files / markdown-lint (push) Successful in 4s
Release / push-amd64 (push) Successful in 1m30s
Release / push-arm64 (push) Successful in 1m42s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 51s
2025-05-13 18:47:11 +02:00