From c7ba44ce288c7f1fbbdd5aed616feb3e5808b3ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:05:55 -0400 Subject: [PATCH] chore(deps): update docker/login-action action to v3 (#223) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/next-container-build.yaml | 2 +- .github/workflows/pr-container-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/next-container-build.yaml b/.github/workflows/next-container-build.yaml index 91b7d827..b3575a8e 100644 --- a/.github/workflows/next-container-build.yaml +++ b/.github/workflows/next-container-build.yaml @@ -79,7 +79,7 @@ jobs: - name: Login to quay.io # run this stage only if there are changes that match the includes and not the excludes if: ${{ env.CHANGES != '' }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }} diff --git a/.github/workflows/pr-container-build.yaml b/.github/workflows/pr-container-build.yaml index 9be35da2..6a193016 100644 --- a/.github/workflows/pr-container-build.yaml +++ b/.github/workflows/pr-container-build.yaml @@ -102,7 +102,7 @@ jobs: - name: Login to quay.io # run this stage only if there are changes that match the includes and not the excludes if: ${{ env.CHANGES != '' }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }}