From a8371f432c1d3ae09f5e5afbc04941ba5dc00c19 Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Wed, 31 Jan 2024 17:47:03 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=B0=9D=E8=AF=95=E5=9C=A8GitHub=20Ac?= =?UTF-8?q?tion=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index c93b4fb8b..d02e0cad7 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -45,7 +45,7 @@ jobs: run: | docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }} - name: Login to Registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ${{ github.event.inputs.registryAddress }} username: ${{ secrets.FIT2CLOUD_REGISTRY_USERNAME }}