Commit Graph
12 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 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 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 6052b80477 chore(deps): update peter-evans/dockerhub-description action to v5
Build / build-arm64 (pull_request) Successful in 1m31s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Build / build-amd64 (pull_request) Successful in 29s
2025-10-01 16:17:45 +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
volker.raschek 2718942fd3 fix(ci): add workflow_dispatch
Build / build-arm64 (push) Successful in 1m50s
Lint Markdown files / markdown-lint (push) Successful in 10s
Build / build-amd64 (push) Successful in 1m52s
2025-05-08 21:00:56 +02:00
volker.raschek c45f8e7c8c fix(ci): replace drone with gitea actions 2025-05-07 16:15:58 +02:00