Skip to content

Commit 9543f02

Browse files
ci: bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb0a733 commit 9543f02

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)