Skip to content

Commit

Permalink
Merge pull request #782 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 Jul 11, 2024
2 parents 58eaa56 + 9ec898f commit 03d1145
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 @@ -136,7 +136,7 @@ jobs:
- name: DockerHub login
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
# Use existing DockerHub credentials present as secrets
username: ${{ secrets.DOCKER_HUB_USER }}
Expand Down

0 comments on commit 03d1145

Please sign in to comment.