Skip to content

Commit d5107f2

Browse files
build(deps): bump docker/login-action from 1 to 1.9.0 (#1014)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v1.9.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0b6e9c commit d5107f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
1515
- uses: actions/checkout@v2
1616
- uses: docker/setup-buildx-action@v1
17-
- uses: docker/login-action@v1
17+
- uses: docker/login-action@v1.9.0
1818
with:
1919
username: kjconroy
2020
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)