Commit Graph
11 Commits
Author SHA1 Message Date
volker.raschek 55045e178f chore(ci): authenticate against harbor.cryptic.systems before pulling binfmt
Lint Markdown files / markdown-lint (push) Successful in 54s
Release / push-amd64 (push) Successful in 1m19s
Release / sync-to-hub-docker-io (push) Successful in 3m7s
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 51ba4a6560 chore(deps): update actions/checkout action to v6.1.0
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
2026-07-20 18:04:01 +00:00
CSRBot a00aa70601 chore(deps): pin dependencies
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2026-06-07 18:03:56 +00:00
CSRBot 3df46a9086 chore(deps): update actions/checkout action to v6.0.3
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
2026-06-02 15:03:16 +00:00
CSRBot 7578c856dc chore(deps): update actions/checkout action to v6.0.2
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
2026-01-22 17:02:21 +00:00
CSRBot f85d981703 chore(deps): update actions/checkout action to v6
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
2025-12-02 21:02:10 +00:00
CSRBot fe2423e3eb chore(deps): update actions/checkout action to v5.0.1
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
2025-11-17 17:03:06 +00:00
CSRBot 91a65ee683 chore(deps): update peter-evans/dockerhub-description action to v5
Lint Markdown files / markdown-lint (pull_request) Successful in 8s
2025-10-01 16:02:06 +00:00
CSRBot 1d310d4442 chore(deps): update actions/checkout action to v5
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2025-09-18 16:50:39 +00:00
CSRBot 1273291391 chore(deps): update actions/checkout action to v4.3.0
Lint Markdown files / markdown-lint (pull_request) Successful in 8s
2025-08-11 13:05:05 +00:00
volker.raschek 7df84f42a4 fix(ci): replace drone with gitea actions
Lint Markdown files / markdown-lint (push) Successful in 5s
Release / push-amd64 (push) Successful in 3m11s
Release / sync-to-hub-docker-io (push) Successful in 38s
2025-05-13 18:22:15 +02:00