From c4617c98e7f470b289913372fe5003dcd1a5d801 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:46:19 +0300 Subject: [PATCH] Update docker/login-action action to v3 (#17) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bbdfcd6..323f584 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ runs: image : ${{ inputs.registry }}/${{ inputs.image_name }} - name: Login - uses: docker/login-action@v2 + uses: docker/login-action@v3 if: ${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.login != '' && inputs.password != '' ) }} with: registry: ${{ inputs.registry }}