Skip to content

Commit

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

fix(deps): bump docker/login-action from 1.10.0 to 1.12.0
  • Loading branch information
github-actions[bot] authored Dec 21, 2021
2 parents a8b2eb4 + 6d5600e commit 4ca7444
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.10.0
uses: docker/login-action@v1.12.0
with:
username: ${{ github.actor }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 4ca7444

Please sign in to comment.