Skip to content

Commit e47c4fb

Browse files
dependabot[bot]JakeWharton
authored andcommitted
Bump docker/login-action from 1.14.0 to 1.14.1
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 854e2b1 commit e47c4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
{{major}}
2626
{{major}}.{{minor}}
2727
28-
- uses: docker/login-action@v1.14.0
28+
- uses: docker/login-action@v1.14.1
2929
with:
3030
username: jakewharton
3131
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)