Skip to content

Commit 6108a8a

Browse files
chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 (#7674)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...184bdaa) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc01d31 commit 6108a8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
GOPATH=${{ env.GOPATH}}
7171
GOCACHE=${{ env.GOCACHE}}
7272
- name: Login to DockerHub
73-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
73+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
7474
with:
7575
username: ${{ vars.DOCKERHUB_USERNAME }}
7676
password: ${{ secrets.DOCKERHUB_NIGHTLY_PUSH_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
GOPATH=${{ env.GOPATH}}
138138
GOCACHE=${{ env.GOCACHE}}
139139
- name: Login to DockerHub
140-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
140+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
141141
with:
142142
username: ${{ vars.DOCKERHUB_USERNAME }}
143143
password: ${{ secrets.DOCKERHUB_PUSH_TOKEN }}

0 commit comments

Comments
 (0)