Skip to content

Commit 17c7f9c

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

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.5.0
89+
uses: docker/login-action@v3.6.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.5.0
51+
uses: docker/login-action@v3.6.0
5252
with:
5353
username: ${{ vars.DOCKERHUB_USERNAME }}
5454
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)