You've already forked postfixadmin-fetchmail-docker
Compare commits
1 Commits
master
...
bea9cbe72c
| Author | SHA1 | Date | |
|---|---|---|---|
|
bea9cbe72c
|
@@ -16,9 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest-arm64
|
runs-on: ubuntu-latest-arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v4.0.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
with:
|
|
||||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
|
||||||
- uses: docker/setup-buildx-action@v4.0.0
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
@@ -36,9 +34,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest-amd64
|
runs-on: ubuntu-latest-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v4.0.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
with:
|
|
||||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
|
||||||
- uses: docker/setup-buildx-action@v4.0.0
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
|
|||||||
@@ -10,12 +10,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest-arm64
|
runs-on: ubuntu-latest-arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v4.0.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
with:
|
|
||||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
|
||||||
- uses: docker/setup-buildx-action@v4.0.0
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- uses: docker/login-action@v4.1.0
|
- uses: docker/login-action@v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -37,12 +35,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest-amd64
|
runs-on: ubuntu-latest-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6.0.2
|
- uses: actions/checkout@v6.0.2
|
||||||
- uses: docker/setup-qemu-action@v4.0.0
|
- uses: docker/setup-qemu-action@v3.7.0
|
||||||
with:
|
|
||||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
|
||||||
- uses: docker/setup-buildx-action@v4.0.0
|
- uses: docker/setup-buildx-action@v4.0.0
|
||||||
|
|
||||||
- uses: docker/login-action@v4.1.0
|
- uses: docker/login-action@v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -66,7 +62,7 @@ jobs:
|
|||||||
- push-arm64
|
- push-arm64
|
||||||
- push-amd64
|
- push-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/login-action@v4.1.0
|
- uses: docker/login-action@v3.7.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -100,4 +96,4 @@ jobs:
|
|||||||
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
|
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
|
||||||
--src-username volker.raschek \
|
--src-username volker.raschek \
|
||||||
docker://git.cryptic.systems/volker.raschek/postfixadmin-fetchmail:${TAG} \
|
docker://git.cryptic.systems/volker.raschek/postfixadmin-fetchmail:${TAG} \
|
||||||
docker://docker.io/volkerraschek/postfixadmin-fetchmail:${TAG}
|
docker://docker.io/volkerraschek/postfixadmin-fetchmail:${TAG}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/alpine:3.23.4
|
FROM docker.io/library/alpine:3.23.3
|
||||||
|
|
||||||
# The file /etc/apk/repositories contains a list of the apk repositories. By
|
# The file /etc/apk/repositories contains a list of the apk repositories. By
|
||||||
# default contains this file a list of the stable repositories pointing to the
|
# default contains this file a list of the stable repositories pointing to the
|
||||||
|
|||||||
Reference in New Issue
Block a user