Skip to content

Commit 18ca32e

Browse files
authored
Merge pull request #459 from philips-software/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 1 to 3
2 parents 08f9745 + d3b9303 commit 18ca32e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_tagged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
uses: docker/setup-buildx-action@v3
1818
-
1919
name: Login to DockerHub
20-
uses: docker/login-action@v1
20+
uses: docker/login-action@v3
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}
2424
-
2525
name: Login to HSDP Docker registry
26-
uses: docker/login-action@v1
26+
uses: docker/login-action@v3
2727
with:
2828
registry: docker.na1.hsdp.io
2929
username: ${{ secrets.HSDP_DOCKER_USERNAME }}

0 commit comments

Comments
 (0)