From bf538a190dc07d9613b85775a212174ee03adb07 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 12 Jul 2024 09:37:19 +0800 Subject: [PATCH] sync images: mirrored-pause:3.6, mirrored-metrics-server:v0.6.2 mirrored-coredns-coredns:1.10.1 -> harbor.onwalk.net --- .github/workflows/sync-images.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-images.yaml b/.github/workflows/sync-images.yaml index 157a897..6100760 100644 --- a/.github/workflows/sync-images.yaml +++ b/.github/workflows/sync-images.yaml @@ -39,6 +39,9 @@ jobs: docker tag $src_image $dest_image docker push $dest_image } + sync_image "rancher/mirrored-pause:3.6" "harbor.onwalk.net/public/rancher/mirrored-pause:3.6" + sync_image "rancher/mirrored-metrics-server:v0.6.2" "harbor.onwalk.net/public/rancher/mirrored-metrics-server:v0.6.2" + sync_image "rancher/mirrored-coredns-coredns:1.10.1" "harbor.onwalk.net/public/rancher/mirrored-coredns-coredns:1.10.1" sync_image "hashicorp/vault:1.16.1" "harbor.onwalk.net/public/hashicorp/vault:1.16.1" sync_image "hashicorp/vault-k8s:1.4.1" "harbor.onwalk.net/public/hashicorp/vault-k8s:1.4.1" sync_image "nginx:1.16.0" "harbor.onwalk.net/public/nginx:1.16.0"