Author SHA1 Message Date
CSRBot 51a6f23318 chore(deps): update dependency postfixadmin/postfixadmin to v3.3.16
Build / build-arm64 (pull_request) Failing after 3m6s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-amd64 (pull_request) Failing after 1m20s
2026-09-16 13:17:36 +00:00
CSRBot fffee670bd Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4.4.1' (#108) from renovate/docker-setup-buildx-action-4.x into master
Lint Markdown files / markdown-lint (push) Successful in 11s
Build / build-arm64 (push) Failing after 1m59s
Build / build-amd64 (push) Failing after 1m5s
2026-09-16 10:05:10 +00:00
CSRBot a761d6ca51 chore(deps): update docker/setup-buildx-action action to v4.4.1
Build / build-arm64 (pull_request) Failing after 1m59s
Lint Markdown files / markdown-lint (pull_request) Successful in 14s
Build / build-amd64 (pull_request) Failing after 1m10s
2026-09-16 10:05:03 +00:00
CSRBot 543fba66f8 Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4.4.0' (#105) from renovate/docker-setup-buildx-action-4.x into master
Build / build-amd64 (push) Failing after 1m16s
Lint Markdown files / markdown-lint (push) Successful in 7s
Build / build-arm64 (push) Failing after 1m53s
2026-09-15 12:19:12 +00:00
CSRBot 6be0742b5c chore(deps): update docker/setup-buildx-action action to v4.4.0
Build / build-amd64 (pull_request) Failing after 1m44s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Failing after 2m7s
2026-09-15 12:19:05 +00:00
3 changed files with 5 additions and 5 deletions
+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 image
run: |
@@ -55,7 +55,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 image
run: |
+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: |
@@ -63,7 +63,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: |
+1 -1
View File
@@ -1,6 +1,6 @@
# POSTFIXADMIN_VERSION
# Only required to install a specify version
POSTFIXADMIN_VERSION?=4.0.5 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?<version>\d+\.\d+\.\d+)$'
POSTFIXADMIN_VERSION?=3.3.16 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?<version>\d+\.\d+\.\d+)$'
# PODMAN_BIN's and tools
PODMAN_BIN?=$(shell which podman)