Skip to content

Commit d94c720

Browse files
build(deps): Bump docker/login-action from 6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 to 3d100841f68d4548bf57e52eb27bd33ec5069f55 (#14)
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](docker/login-action@6d4b68b...3d10084) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3d100841f68d4548bf57e52eb27bd33ec5069f55 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fe3480 commit d94c720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/helm-chart-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3737

3838
- name: Login to GitHub Container Registry
39-
uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0 #pin@v3.3.0
39+
uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 #pin@v3.3.0
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.actor }}

0 commit comments

Comments
 (0)