Merge pull request #20 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-09-01 08:43:57 -05:00 committed by GitHub
commit 3a22cf4b58
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 Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}