Skip to content

Commit fbab8ee

Browse files
Bump docker/login-action from 1.10.0 to 1.12.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b68baa commit fbab8ee

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.10.0
94+
uses: docker/login-action@v1.12.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)