5 Commits
Author SHA1 Message Date
CSRBot 8c38bbac92 Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4.4.1' (#92) from renovate/docker-setup-buildx-action-4.x into master
Lint Markdown files / markdown-lint (push) Successful in 10s
Release / push-amd64 (push) Successful in 5m19s
Release / sync-to-hub-docker-io (push) Successful in 9m17s
2026-09-16 10:07:19 +00:00
CSRBot 389cd7390b chore(deps): update docker/setup-buildx-action action to v4.4.1
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
2026-09-16 10:07:14 +00:00
CSRBot 9a70e466c9 Merge pull request 'chore(deps): update actions/checkout action to v7' (#91) from renovate/actions-checkout-7.x into master
Lint Markdown files / markdown-lint (push) Successful in 10s
Release / push-amd64 (push) Successful in 6m1s
Release / sync-to-hub-docker-io (push) Successful in 48s
2026-09-15 19:02:51 +00:00
CSRBot 47c942c210 chore(deps): update actions/checkout action to v7
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
2026-09-15 19:02:41 +00:00
CSRBot ae7565e02f Merge pull request 'chore(deps): update docker/setup-qemu-action action to v4.4.0' (#90) from renovate/docker-setup-qemu-action-4.x into master
Lint Markdown files / markdown-lint (push) Successful in 7s
Release / push-amd64 (push) Successful in 6m32s
Release / sync-to-hub-docker-io (push) Successful in 9m33s
2026-09-15 19:02:24 +00:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
with:
globs: '**/*.md'
+2 -2
View File
@@ -9,7 +9,7 @@ jobs:
push-amd64:
runs-on: ubuntu-latest-amd64
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
@@ -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@594f3bf4285d9ea8dc53c9a0c9c4092420091003 # v4.4.0
- uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4.4.1
- name: Build and push image
run: |
@@ -13,7 +13,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
with:
username: ${{ secrets.DOCKER_IO_USERNAME }}