Skip to content

Commit

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

Bump docker/login-action from 1 to 2
  • Loading branch information
ejhayes authored Jun 18, 2022
2 parents ce93011 + 0f7b0f4 commit e6bfeaa
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 @@ -36,7 +36,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}

- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit e6bfeaa

Please sign in to comment.