From c3b3e7df95dcd889916bda6dbda3c7d909ee7e12 Mon Sep 17 00:00:00 2001 From: shenlan Date: Thu, 10 Apr 2025 13:58:20 +0800 Subject: [PATCH] Update sync-images-nginx.yaml sync docker.io/library/registry:latest Signed-off-by: shenlan --- .github/workflows/sync-images-nginx.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-images-nginx.yaml b/.github/workflows/sync-images-nginx.yaml index eff341d..1a1c626 100644 --- a/.github/workflows/sync-images-nginx.yaml +++ b/.github/workflows/sync-images-nginx.yaml @@ -43,3 +43,4 @@ jobs: } sync_image "nginx:1.16.0" "images.onwalk.net/public/nginx:1.16.0" sync_image "docker.io/nginx/nginx-ingress:2.4.0" "images.onwalk.net/public/nginx/nginx-ingress:2.4.0" + sync_image "docker.io/library/registry:latest" "images.onwalk.net/public/registry:latest"