Merge pull request #37 from elliotmatson/renovate/docker-login-action-digest

Update docker/login-action digest to 219c305
This commit is contained in:
Elliot Matson 2023-03-16 11:04:26 -05:00 committed by GitHub
commit 79b8324410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,13 +40,13 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@219c305e1ce92a755f3aa4ba17387c95df31e987
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/login-action@219c305e1ce92a755f3aa4ba17387c95df31e987
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}