Skip to content

Commit 3dd1761

Browse files
authored
Merge pull request #65 from kool-dev/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 72f6507 + b427a44 commit 3dd1761

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
docker run -e ASUSER=1000 kooldev/node:${{ matrix.version }}-$(arch) yarn -v;
4949
5050
- name: Login to DockerHub
51-
uses: docker/login-action@v2
51+
uses: docker/login-action@v3
5252
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-node'
5353
with:
5454
username: ${{ secrets.DOCKER_USERNAME }}
@@ -68,7 +68,7 @@ jobs:
6868
version: [16, 18]
6969

7070
steps:
71-
- uses: docker/login-action@v2
71+
- uses: docker/login-action@v3
7272
with:
7373
username: ${{ secrets.DOCKER_USERNAME }}
7474
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)