Skip to content

Commit 0e98153

Browse files
committed
.github: workflows: Use Hetzner Ubuntu mirror
This commit updates the CI workflow to use the Hetzner Ubuntu mirror when building the Docker images because the official mirror currently throttles package downloads. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent af54cf4 commit 0e98153

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ jobs:
127127
containerfiles: Dockerfile.base
128128
tags: ${{ steps.meta_base.outputs.tags }}
129129
labels: ${{ steps.meta_base.outputs.labels }}
130+
build-args: |
131+
UBUNTU_MIRROR_ARCHIVE=mirror.hetzner.com/ubuntu/packages
132+
UBUNTU_MIRROR_SECURITY=mirror.hetzner.com/ubuntu/security
133+
UBUNTU_MIRROR_PORTS=mirror.hetzner.com/ubuntu-ports/packages
130134
131135
- name: Build CI image
132136
uses: redhat-actions/buildah-build@v2

0 commit comments

Comments
 (0)