Commit Graph
11 Commits
Author SHA1 Message Date
volker.raschek c653d2f161 chore(ci): authenticate against harbor.cryptic.systems before pulling binfmt
Build / build-arm64 (push) Successful in 1m12s
Lint Markdown files / markdown-lint (push) Successful in 14s
Build / build-amd64 (push) Successful in 54s
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 eb3ea05e7b chore(deps): update actions/checkout action to v6.1.0
Build / build-amd64 (pull_request) Successful in 27s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 1m2s
2026-07-20 18:19:53 +00:00
CSRBot cd8978c049 chore(deps): pin dependencies
Build / build-arm64 (pull_request) Successful in 1m2s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-amd64 (pull_request) Successful in 32s
2026-06-05 12:26:41 +00:00
CSRBot 46124198a4 chore(deps): update actions/checkout action to v6.0.3
Build / build-amd64 (pull_request) Successful in 26s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 1m20s
2026-06-02 15:22:07 +00:00
CSRBot 6a2c735507 chore(deps): update actions/checkout action to v6.0.2
Build / build-amd64 (pull_request) Successful in 23s
Lint Markdown files / markdown-lint (pull_request) Successful in 5s
Build / build-arm64 (pull_request) Successful in 55s
2026-01-22 17:12:28 +00:00
CSRBot dd30bbba30 chore(deps): update actions/checkout action to v6
Build / build-amd64 (pull_request) Successful in 22s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 58s
2025-12-02 21:12:13 +00:00
CSRBot 8ec5a9d559 chore(deps): update actions/checkout action to v5.0.1
Build / build-amd64 (pull_request) Successful in 22s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 52s
2025-11-17 17:13:16 +00:00
CSRBot 3b72951f3d chore(deps): update peter-evans/dockerhub-description action to v5
Build / build-arm64 (pull_request) Successful in 59s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-amd64 (pull_request) Successful in 20s
2025-10-01 16:13:04 +00:00
CSRBot 6789060505 chore(deps): update actions/checkout action to v5
Build / build-arm64 (pull_request) Successful in 53s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Build / build-amd64 (pull_request) Successful in 37s
2025-09-29 16:12:36 +00:00
CSRBot f2b0847c80 chore(deps): update actions/checkout action to v4.3.0
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-amd64 (pull_request) Successful in 1m20s
Build / build-arm64 (pull_request) Successful in 55s
2025-08-11 13:21:22 +00:00
volker.raschek 0564b9c2e3 fix(ci): replace drone with gitea actions
Build / build-arm64 (push) Successful in 1m10s
Lint Markdown files / markdown-lint (push) Successful in 15s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 11s
Build / build-amd64 (push) Successful in 1m23s
2025-05-09 11:18:13 +02:00