Skip to content

Commit

Permalink
Merge pull request #70 from gofrolist/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-1.13.0

fix(deps): bump docker/login-action from 1.12.0 to 1.13.0
  • Loading branch information
github-actions[bot] authored Feb 18, 2022
2 parents 897ae87 + 2cad70e commit 81e3f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Login to DockerHub
if: github.event_name == 'release'
uses: docker/login-action@v1.12.0
uses: docker/login-action@v1.13.0
with:
username: ${{ github.actor }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 81e3f92

Please sign in to comment.