You've already forked postfixadmin-docker
Compare commits
3 Commits
432b9cb77c
...
721b461ee9
| Author | SHA1 | Date | |
|---|---|---|---|
|
721b461ee9
|
|||
| 90b3ab39bb | |||
|
db12225355
|
@@ -19,7 +19,7 @@ jobs:
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
- uses: docker/setup-buildx-action@v4.1.0
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
- uses: docker/setup-buildx-action@v4.1.0
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
- uses: docker/setup-buildx-action@v4.1.0
|
||||
|
||||
- uses: docker/login-action@v4.2.0
|
||||
with:
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
- uses: docker/setup-qemu-action@v4.0.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
- uses: docker/setup-buildx-action@v4.0.0
|
||||
- uses: docker/setup-buildx-action@v4.1.0
|
||||
|
||||
- uses: docker/login-action@v4.2.0
|
||||
with:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# POSTFIXADMIN_VERSION
|
||||
# Only required to install a specify version
|
||||
POSTFIXADMIN_VERSION?=3.3.15 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?<version>\d+\.\d+\.\d+)$'
|
||||
POSTFIXADMIN_VERSION?=4.0.1 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?<version>\d+\.\d+\.\d+)$'
|
||||
|
||||
# PODMAN_BIN's and tools
|
||||
PODMAN_BIN?=$(shell which podman)
|
||||
|
||||
Reference in New Issue
Block a user