From dafaa77326a4aefb802ea4c6a0019077d143b703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 07:14:44 +0000 Subject: [PATCH] build(deps): Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 to 3d100841f68d4548bf57e52eb27bd33ec5069f55. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0...3d100841f68d4548bf57e52eb27bd33ec5069f55) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3d100841f68d4548bf57e52eb27bd33ec5069f55 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-chart-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-publish.yaml b/.github/workflows/helm-chart-publish.yaml index 04e87e4..ef8ec54 100644 --- a/.github/workflows/helm-chart-publish.yaml +++ b/.github/workflows/helm-chart-publish.yaml @@ -36,7 +36,7 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Login to GitHub Container Registry - uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 #pin@v3.3.0 + uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 #pin@v3.3.0 with: registry: ghcr.io username: ${{ github.actor }}