Skip to content

Commit

Permalink
Merge pull request #11 from FireFart/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
firefart committed Mar 2, 2022
2 parents dafd4d5 + 783bec9 commit b0ec61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- 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 b0ec61d

Please sign in to comment.