Skip to content

Commit

Permalink
Merge pull request #139 from jfisbein/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-2.2.0

Bump docker/login-action from 2.1.0 to 2.2.0
  • Loading branch information
jfisbein authored Oct 6, 2023
2 parents d4ef2da + 2c5f7f5 commit cedecee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit cedecee

Please sign in to comment.