Skip to content

Commit

Permalink
Merge pull request #12 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 Jul 30, 2022
2 parents bca4b1d + daa9a11 commit 7c7a519
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 the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 7c7a519

Please sign in to comment.