Skip to content

Commit 02ef9e5

Browse files
Bump docker/login-action from v1.4.1 to v1.6.0 (#136)
Bumps [docker/login-action](https://github.com/docker/login-action) from v1.4.1 to v1.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.4.1...adb7347) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff75eea commit 02ef9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
-
118118
name: Login to DockerHub
119119
if: github.event_name != 'pull_request'
120-
uses: docker/login-action@v1.4.1
120+
uses: docker/login-action@v1.6.0
121121
with:
122122
username: ${{ secrets.DOCKER_USERNAME }}
123123
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)