Skip to content

Commit

Permalink
Merge pull request #10 from neochrome/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-1.9.0
  • Loading branch information
dependabot[bot] authored May 12, 2021
2 parents 81339a1 + a972b3d commit bb60919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Login to Docker Hub
if: ${{ !env.ACT && github.event_name != 'pull_request' }}
uses: docker/login-action@v1
uses: docker/login-action@v1.9.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit bb60919

Please sign in to comment.