Skip to content

Commit 1faaa43

Browse files
build(deps): bump docker/login-action from 3.3.0 to 4.6.0 (#7263)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...dbcb813) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1df1ce commit 1faaa43

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/publish_image_chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171

7272
# Login to push container images.
7373
- name: Log in to GHCR
74-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
74+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
7575
with:
7676
registry: ${{ env.GHCR }}
7777
username: ${{ github.actor }}
7878
password: ${{ secrets.GITHUB_TOKEN }}
7979

8080
- name: Log in to GCR
81-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
81+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
8282
with:
8383
registry: ${{ env.GCR }}
8484
username: _json_key

.github/workflows/publish_pipedv1_exp.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676

7777
# Login to push container images.
7878
- name: Log in to GHCR
79-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
79+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
8080
with:
8181
registry: ${{ env.GHCR }}
8282
username: ${{ github.actor }}
8383
password: ${{ secrets.GITHUB_TOKEN }}
8484

8585
- name: Log in to GCR
86-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
86+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
8787
with:
8888
registry: ${{ env.GCR }}
8989
username: _json_key
@@ -145,14 +145,14 @@ jobs:
145145

146146
# Login to push manifest.
147147
- name: Log in to GHCR
148-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
148+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
149149
with:
150150
registry: ${{ env.GHCR }}
151151
username: ${{ github.actor }}
152152
password: ${{ secrets.GITHUB_TOKEN }}
153153

154154
- name: Log in to GCR
155-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
155+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
156156
with:
157157
registry: ${{ env.GCR }}
158158
username: _json_key

.github/workflows/publish_site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Building and pushing container images.
4444
- name: Log in to the container registry
45-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
45+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4646
with:
4747
registry: ${{ env.GHCR }}
4848
username: ${{ github.actor }}

.github/workflows/publish_tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Login to push container images.
4040
- name: Log in to the container registry
41-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
41+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4242
with:
4343
registry: ${{ env.GHCR }}
4444
username: ${{ github.actor }}

0 commit comments

Comments
 (0)