Skip to content

Commit c3d746b

Browse files
ci: bump docker/login-action from 3.4.0 to 3.5.0 (#803)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19ce673 commit c3d746b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

8787
- name: Login to DockerHub
8888
if: ${{ !github.event.pull_request.head.repo.fork }}
89-
uses: docker/login-action@v3.4.0
89+
uses: docker/login-action@v3.5.0
9090
with:
9191
username: ${{ vars.DOCKERHUB_USERNAME }}
9292
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/release-pipeline.yml

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

4949
- name: Login to DockerHub
5050
if: ${{ !github.event.pull_request.head.repo.fork }}
51-
uses: docker/login-action@v3.4.0
51+
uses: docker/login-action@v3.5.0
5252
with:
5353
username: ${{ vars.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)