Skip to content

Commit 0fcd350

Browse files
authored
Merge pull request #12 from kool-dev/dependabot/github_actions/docker/login-action-1.10.0
Bump docker/login-action from 1.9.0 to 1.10.0
2 parents 86396a9 + c2eb72a commit 0fcd350

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
@@ -76,7 +76,7 @@ jobs:
7676
done
7777
7878
- name: Login to DockerHub
79-
uses: docker/login-action@v1.9.0
79+
uses: docker/login-action@v1.10.0
8080
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
8181
with:
8282
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)