Browse Source

chore(deps): update azure/docker-login action to v2 (main) (#11421)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 months ago
parent
commit
2eb3306a08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish-smoke-test-fake-backend-images.yml

+ 1 - 1
.github/workflows/publish-smoke-test-fake-backend-images.yml

@@ -58,7 +58,7 @@ jobs:
           java-version-file: .java-version
 
       - name: Login to GitHub package registry
-        uses: azure/docker-login@v1
+        uses: azure/docker-login@v2
         with:
           login-server: ghcr.io
           username: ${{ github.repository_owner }}