Skip to content

Commit

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

Bump docker/login-action from 1 to 1.9.0
  • Loading branch information
0x46616c6b committed Jun 1, 2021
2 parents b13d224 + 519b211 commit 4575bfc
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 @@ -21,7 +21,7 @@ jobs:
go-version: 1.16.x

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

0 comments on commit 4575bfc

Please sign in to comment.