Merge pull request #69 from elliotmatson/dependabot/github_actions/docker/login-action-465a07811f14bebb1938fbed4728c6a1ff8901fc

Bump docker/login-action from 40891eba8c2bcd1309b07ba8b11232f313e86779 to 465a07811f14bebb1938fbed4728c6a1ff8901fc
This commit is contained in:
Elliot Matson 2023-06-08 07:48:18 -05:00 committed by GitHub
commit ac7adb0c74
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 uses: docker/setup-buildx-action@v2
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779 uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779 uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}