Skip to content

Commit

Permalink
Merge pull request #2 from legovaer/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-2

chore(deps): bump docker/login-action from 1 to 2
  • Loading branch information
legovaer authored Oct 10, 2022
2 parents 87b77d5 + 0507fbe commit ab0f42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit ab0f42d

Please sign in to comment.