You've already forked postfixadmin-fetchmail-docker
fix(ci): avoid docker's pull rate limit
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- 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
|
||||
|
||||
- name: Build image
|
||||
@@ -35,6 +37,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- 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
|
||||
|
||||
- name: Build image
|
||||
|
||||
@@ -11,6 +11,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- 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/login-action@v4.1.0
|
||||
@@ -36,6 +38,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.2
|
||||
- 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/login-action@v4.1.0
|
||||
@@ -96,4 +100,4 @@ jobs:
|
||||
--src-password ${{ secrets.GIT_CRYPTIC_SYSTEMS_PACKAGE_REGISTRY_TOKEN }} \
|
||||
--src-username volker.raschek \
|
||||
docker://git.cryptic.systems/volker.raschek/postfixadmin-fetchmail:${TAG} \
|
||||
docker://docker.io/volkerraschek/postfixadmin-fetchmail:${TAG}
|
||||
docker://docker.io/volkerraschek/postfixadmin-fetchmail:${TAG}
|
||||
|
||||
Reference in New Issue
Block a user