From 829d2ef5530773622ca71089b3296792b7da3c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:49:02 +0000 Subject: [PATCH] build(deps): Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 3d100841f68d4548bf57e52eb27bd33ec5069f55 to 184bdaa0721073962dff0199f1fb9940f07167d1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/3d100841f68d4548bf57e52eb27bd33ec5069f55...184bdaa0721073962dff0199f1fb9940f07167d1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 184bdaa0721073962dff0199f1fb9940f07167d1 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 207b4f0..33dfbbb 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@3d100841f68d4548bf57e52eb27bd33ec5069f55 #pin@v3.3.0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 #pin@v3.3.0 with: registry: ghcr.io username: ${{ github.actor }}