From 19767d668cd3c7d3d1a3f2249596926fbe9a2208 Mon Sep 17 00:00:00 2001 From: "bjw-s-bot[bot]" <87358111+bjw-s-bot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:24:58 +0200 Subject: [PATCH] ci(github-action)!: Update docker/login-action action to v3 (#172) Co-authored-by: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com> --- .github/workflows/charts-release-oci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-release-oci.yaml b/.github/workflows/charts-release-oci.yaml index a5c58dda..b3e3e3ae 100644 --- a/.github/workflows/charts-release-oci.yaml +++ b/.github/workflows/charts-release-oci.yaml @@ -39,7 +39,7 @@ jobs: helm: "${{ env.HELM_VERSION }}" - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.TARGET_REGISTRY }} username: ${{ github.actor }}