Skip to content

Commit

Permalink
Merge pull request #459 from philips-software/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/login-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
loafoe authored Jan 23, 2024
2 parents 08f9745 + d3b9303 commit 18ca32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to HSDP Docker registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: docker.na1.hsdp.io
username: ${{ secrets.HSDP_DOCKER_USERNAME }}
Expand Down

0 comments on commit 18ca32e

Please sign in to comment.