Skip to content

Commit

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

Bump docker/login-action from 2 to 3
  • Loading branch information
loafoe authored Mar 11, 2024
2 parents a3b3a7e + 6e18c15 commit 7c035e7
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@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to HSDP Docker registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: docker.na1.hsdp.io
username: ${{ secrets.HSDP_DOCKER_USERNAME }}
Expand Down

0 comments on commit 7c035e7

Please sign in to comment.