Skip to content

Commit 180dcb1

Browse files
authored
Merge pull request #34 from kool-dev/dependabot/github_actions/docker/login-action-2.0.0
Bump docker/login-action from 1.12.0 to 2.0.0
2 parents 1b98ae6 + ad42f79 commit 180dcb1

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
@@ -91,7 +91,7 @@ jobs:
9191
done
9292
9393
- name: Login to DockerHub
94-
uses: docker/login-action@v1.12.0
94+
uses: docker/login-action@v2.0.0
9595
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
9696
with:
9797
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)