Skip to content

Commit 38d800b

Browse files
Bump docker/login-action from v1.3.0 to v1.4.1 (#129)
Bumps [docker/login-action](https://github.com/docker/login-action) from v1.3.0 to v1.4.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.3.0...34d5f75) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2c2165 commit 38d800b

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.3.0
120+
uses: docker/login-action@v1.4.1
121121
with:
122122
username: ${{ secrets.DOCKER_USERNAME }}
123123
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)