Commit Graph
11 Commits
Author SHA1 Message Date
volker.raschek 31ec4964e4 chore(ci): authenticate against harbor.cryptic.systems before pulling binfmt
Build / build-arm64 (push) Successful in 5m3s
Lint Markdown files / markdown-lint (push) Successful in 12s
Build / build-amd64 (push) Successful in 3m48s
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 692f00b42f chore(deps): update actions/checkout action to v6.1.0
Build / build-amd64 (pull_request) Successful in 1m37s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 3m1s
2026-07-20 18:18:21 +00:00
CSRBot 7bebd69744 chore(deps): pin dependencies
Build / build-arm64 (pull_request) Successful in 2m37s
Lint Markdown files / markdown-lint (pull_request) Successful in 11s
Build / build-amd64 (pull_request) Successful in 1m42s
2026-06-05 12:25:11 +00:00
CSRBot e8e34f949b chore(deps): update actions/checkout action to v6.0.3
Build / build-amd64 (pull_request) Successful in 1m16s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 2m29s
2026-06-02 15:20:56 +00:00
CSRBot 862d95b296 chore(deps): update actions/checkout action to v6.0.2
Build / build-amd64 (pull_request) Successful in 57s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 2m17s
2026-01-22 17:11:33 +00:00
CSRBot 6b15dc5d04 chore(deps): update actions/checkout action to v6
Build / build-amd64 (pull_request) Successful in 53s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 2m8s
2025-12-02 21:11:27 +00:00
CSRBot ada54ebf51 chore(deps): update actions/checkout action to v5.0.1
Build / build-amd64 (pull_request) Successful in 55s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 2m5s
2025-11-17 17:12:28 +00:00
CSRBot 005dc4c3e3 chore(deps): update peter-evans/dockerhub-description action to v5
Build / build-arm64 (pull_request) Successful in 2m11s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Build / build-amd64 (pull_request) Successful in 47s
2025-10-01 16:11:54 +00:00
CSRBot aa30b2fb3a chore(deps): update actions/checkout action to v5
Build / build-arm64 (pull_request) Successful in 2m7s
Lint Markdown files / markdown-lint (pull_request) Successful in 8s
Build / build-amd64 (pull_request) Successful in 46s
2025-09-29 16:11:05 +00:00
CSRBot 2632e7253d chore(deps): update actions/checkout action to v4.3.0
Build / build-amd64 (pull_request) Successful in 44s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 2m3s
2025-08-11 13:19:50 +00:00
volker.raschek ebd2c51551 fix(Makefile): get rid of unqualified container images 2025-05-12 22:47:20 +02:00