Skip to content

Commit

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

Bump docker/login-action from 1.13.0 to 1.14.1
  • Loading branch information
0x46616c6b committed Mar 4, 2022
2 parents b65a249 + b6ff53b commit 870904a
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 @@ -29,7 +29,7 @@ jobs:
${{ runner.os }}-go-
- name: Login to Docker Hub
uses: docker/login-action@v1.13.0
uses: docker/login-action@v1.14.1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 870904a

Please sign in to comment.