You've already forked postfixadmin-docker
Compare commits
7 Commits
43b8a1704d
...
renovate/p
Author | SHA1 | Date | |
---|---|---|---|
7a430e1a86
|
|||
197bc4b3b1 | |||
1877a5410d
|
|||
c96455b63f | |||
85b9121833
|
|||
69b04b3aea | |||
0e0417d7f0
|
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.6.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.11.1
|
||||||
|
|
||||||
- uses: docker/login-action@v3.5.0
|
- uses: docker/login-action@v3.6.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@v3.6.0
|
||||||
- uses: docker/setup-buildx-action@v3.11.1
|
- uses: docker/setup-buildx-action@v3.11.1
|
||||||
|
|
||||||
- uses: docker/login-action@v3.5.0
|
- uses: docker/login-action@v3.6.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
- push-arm64
|
- push-arm64
|
||||||
- push-amd64
|
- push-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/login-action@v3.5.0
|
- uses: docker/login-action@v3.6.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v5.0.0
|
||||||
- uses: peter-evans/dockerhub-description@v4.0.2
|
- uses: peter-evans/dockerhub-description@v5.0.0
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
||||||
|
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
# POSTFIXADMIN_VERSION
|
# POSTFIXADMIN_VERSION
|
||||||
# Only required to install a specify 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?=3.3.16 # renovate: datasource=github-tags depName=postfixadmin/postfixadmin extractVersion='postfixadmin-(?<version>\d+\.\d+\.\d+)$'
|
||||||
|
|
||||||
# PODMAN_BIN's and tools
|
# PODMAN_BIN's and tools
|
||||||
PODMAN_BIN?=$(shell which podman)
|
PODMAN_BIN?=$(shell which podman)
|
||||||
|
Reference in New Issue
Block a user