Skip to content

Commit ad2dd7d

Browse files
Bump docker/login-action from 3.4.0 to 3.5.0 in the actions group (#4196)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 30abbe0 commit ad2dd7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
driver-opts: image=moby/buildkit:v0.10.6
8585

8686
- name: Login to GitHub Container Registry
87-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
87+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.actor }}

.github/workflows/global-publish-canary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@v4
9494

9595
- name: Login to GitHub Container Registry
96-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
96+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
9797
with:
9898
registry: ghcr.io
9999
username: ${{ github.actor }}

0 commit comments

Comments
 (0)