Skip to content

Commit

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

Bump docker/login-action from 2.2.0 to 3.0.0
  • Loading branch information
loafoe authored Jan 18, 2024
2 parents ea43b87 + 1dbba5a commit 848de5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
steps:
-
name: Login to DockerHub
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to HSDP Docker registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: docker.eu1.hsdp.io
username: ${{ secrets.HSDP_DOCKER_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
steps:
-
name: Login to DockerHub
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to HSDP Docker registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: docker.eu1.hsdp.io
username: ${{ secrets.HSDP_DOCKER_USERNAME }}
Expand Down

0 comments on commit 848de5f

Please sign in to comment.