Skip to content

Commit 20e2aed

Browse files
Bump docker/login-action from 1 to 1.9.0
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] <support@github.com>
1 parent e6b75a2 commit 20e2aed

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
79+
uses: docker/login-action@v1.9.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)