Skip to content

Commit

Permalink
Merge pull request #20 from elliotmatson/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/login-action-2

Bump docker/login-action from 1.10.0 to 2
  • Loading branch information
elliotmatson authored Sep 1, 2022
2 parents 4be0e11 + 177b731 commit 3a22cf4
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 @@ -39,7 +39,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 3a22cf4

Please sign in to comment.