Skip to content

Commit

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

Bump docker/login-action from 1.14.1 to 2.0.0
  • Loading branch information
0x46616c6b authored May 6, 2022
2 parents 1d79713 + d77ff04 commit 18eed41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-go-
- name: Login to Docker Hub
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 18eed41

Please sign in to comment.