Skip to content

Commit 25220f1

Browse files
authored
Merge pull request #46 from kool-dev/dependabot/github_actions/docker/login-action-2.1.0
Bump docker/login-action from 2.0.0 to 2.1.0
2 parents f524141 + 9b05034 commit 25220f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
docker run -e ASUSER=1000 kooldev/node:${{ matrix.version }} yarn -v;
4848
4949
- name: Login to DockerHub
50-
uses: docker/login-action@v2.0.0
50+
uses: docker/login-action@v2.1.0
5151
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
5252
with:
5353
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)