Compare commits

..
6 Commits
Author SHA1 Message Date
CSRBot bd2263d271 Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4.4.1' (#127) from renovate/docker-setup-buildx-action-4.x into master
Lint Markdown files / markdown-lint (push) Successful in 10s
Release / push-arm64 (push) Successful in 1m14s
Release / push-amd64 (push) Successful in 31s
Release / push-manifest (push) Successful in 6s
Release / sync-to-hub-docker-io (push) Successful in 52s
2026-09-16 10:13:03 +00:00
CSRBot 15d0527f85 chore(deps): update docker/setup-buildx-action action to v4.4.1
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
2026-09-16 10:12:57 +00:00
CSRBot c0f27085d3 Merge pull request 'chore(deps): update docker/setup-qemu-action action to v4.4.0' (#126) from renovate/docker-setup-qemu-action-4.x into master
Lint Markdown files / markdown-lint (push) Successful in 11s
Release / push-arm64 (push) Successful in 1m18s
Release / push-amd64 (push) Successful in 35s
Release / push-manifest (push) Successful in 10s
Release / sync-to-hub-docker-io (push) Successful in 1m11s
2026-09-15 19:20:16 +00:00
CSRBot 3cb800560a chore(deps): update docker/setup-qemu-action action to v4.4.0
Lint Markdown files / markdown-lint (pull_request) Successful in 11s
2026-09-15 15:26:26 +00:00
CSRBot a85e9839bc Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4.4.0' (#125) from renovate/docker-setup-buildx-action-4.x into master
Lint Markdown files / markdown-lint (push) Successful in 11s
Release / push-arm64 (push) Successful in 1m16s
Release / push-amd64 (push) Successful in 44s
Release / push-manifest (push) Successful in 5s
Release / sync-to-hub-docker-io (push) Successful in 42s
2026-09-15 12:18:00 +00:00
CSRBot a82dbce48d chore(deps): update docker/setup-buildx-action action to v4.4.0
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
2026-09-15 12:17:54 +00:00
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='qemu-(?<version>v\d+\.\d+\.\d+)$'
- uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
- uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
- name: Build and push image
run: |
@@ -62,7 +62,7 @@ jobs:
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:qemu-v10.2.3 # renovate: datasource=docker registryUrl=https://docker.io depName=tonistiigi/binfmt extractVersion='qemu-(?<version>v\d+\.\d+\.\d+)$'
- uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
- uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
- name: Build and push image
run: |