From b0280538a966587b6f95b8f2a33aa7a6856e78c4 Mon Sep 17 00:00:00 2001 From: Lucas Lopes Date: Thu, 31 Aug 2023 13:22:44 -0300 Subject: [PATCH] Updating regsync version to v0.5.1 --- .github/workflows/regsync-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regsync-config.yaml b/.github/workflows/regsync-config.yaml index 7e773370b7..4d71c8c1f9 100644 --- a/.github/workflows/regsync-config.yaml +++ b/.github/workflows/regsync-config.yaml @@ -26,7 +26,7 @@ jobs: - name: Install Regsync run: | - curl --silent --fail --location --output regsync https://github.com/regclient/regclient/releases/download/v0.4.8/regsync-linux-amd64 + curl --silent --fail --location --output regsync https://github.com/regclient/regclient/releases/download/v0.5.1/regsync-linux-amd64 chmod +x regsync - name: Sync Images to Registry