Skip to content

Commit

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

build(deps): bump docker/login-action from 1.14.1 to 2.0.0
  • Loading branch information
aerialls committed May 5, 2022
2 parents 60faa30 + 908d872 commit 78f3fec
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 @@ -23,7 +23,7 @@ jobs:
uses: docker/setup-buildx-action@v2.0.0

- name: Login to DockerHub
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
username: aerialls
password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down

0 comments on commit 78f3fec

Please sign in to comment.