From 969d9db68fa95ef6289895cf0ed9311293dd9096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:11:37 +0000 Subject: [PATCH] chore(deps): bump Azure/docker-login from 1 to 2 Bumps [Azure/docker-login](https://github.com/azure/docker-login) from 1 to 2. - [Release notes](https://github.com/azure/docker-login/releases) - [Commits](https://github.com/azure/docker-login/compare/v1...v2) --- updated-dependencies: - dependency-name: Azure/docker-login dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-with-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-with-docker.yml b/.github/workflows/deploy-with-docker.yml index 3c8983443e..11ccae279e 100644 --- a/.github/workflows/deploy-with-docker.yml +++ b/.github/workflows/deploy-with-docker.yml @@ -76,7 +76,7 @@ jobs: - name: Run Test run: api/test/shell/manager_smoking.sh -s false - - uses: Azure/docker-login@v1 + - uses: Azure/docker-login@v2 if: ${{ github.event_name == 'push' }} with: login-server: apisixacr.azurecr.cn