From 35303daafaaa84ffc6f12f087622571f0a1a2541 Mon Sep 17 00:00:00 2001 From: Nicolas-Peiffer <102670102+Nicolas-Peiffer@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:19:28 +0100 Subject: [PATCH] update docker-login github action to v3 Should fix https://github.com/ThalesGroup/k8s-kms-plugin/issues/55 Signed-off-by: Nicolas-Peiffer <102670102+Nicolas-Peiffer@users.noreply.github.com> --- .github/actions/publish-release/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish-release/action.yaml b/.github/actions/publish-release/action.yaml index f5e7cf76..66a3b80d 100644 --- a/.github/actions/publish-release/action.yaml +++ b/.github/actions/publish-release/action.yaml @@ -41,7 +41,7 @@ runs: go-version: ${{ inputs.go-version }} # same version than the one in the go.mod or in the .go-version # Register to ghcr.io container Registry - name: 'Login to GitHub Container Registry' - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ${{ inputs.registry}} username: ${{ inputs.registry_username }}