Skip to content

Commit

Permalink
Merge pull request #709 from wger-project/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/login-action-1.10.0

Bump docker/login-action from 1.9.0 to 1.10.0
  • Loading branch information
rolandgeider committed Jun 24, 2021
2 parents 6d0c474 + fe145a3 commit 85ed820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/setup-buildx-action@v1.3.0

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

0 comments on commit 85ed820

Please sign in to comment.