From fc02cfddd1ee36fe9d56a4c828367441cba51b3a Mon Sep 17 00:00:00 2001 From: Lucas Lopes Date: Thu, 31 Aug 2023 15:11:57 -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 5caac950ae..f5d31c4b27 100644 --- a/.github/workflows/regsync-config.yaml +++ b/.github/workflows/regsync-config.yaml @@ -33,7 +33,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