From 777f213e38dd2f84b496377c0de94391390c0b1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:33:19 +0000 Subject: [PATCH] Update docker/login-action action to v2 --- .github/workflows/build-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-example.yml b/.github/workflows/build-example.yml index 4bea7f3..f43f80d 100644 --- a/.github/workflows/build-example.yml +++ b/.github/workflows/build-example.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}