Skip to content

Commit

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

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
ds-jhartmann authored Oct 4, 2023
2 parents 8245aaa + b561b4b commit f6eb70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/irs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
if: env.DOCKER_HUB_USER != ''
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down

0 comments on commit f6eb70d

Please sign in to comment.