Skip to content

Commit 39be11b

Browse files
build(deps): bump docker/login-action from 1.9.0 to 1.10.0 (#1058)
1 parent 947c430 commit 39be11b

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/[email protected]
1616
- uses: docker/setup-buildx-action@v1
17-
- uses: docker/login-action@v1.9.0
17+
- uses: docker/login-action@v1.10.0
1818
with:
1919
username: kjconroy
2020
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)