Merge pull request #12 from elliotmatson/dependabot/github_actions/docker/login-action-2

Bump docker/login-action from 1.10.0 to 2
This commit is contained in:
Elliot Matson 2022-07-30 00:33:15 -05:00 committed by GitHub
commit 7c7a5199fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}