Merge pull request #92 from elliotmatson/dependabot/github_actions/docker/login-action-553b6f090f15b58451081ce157ff1929a266131d

Bump docker/login-action from a9794064588be971151ec5e7144cb535bcb56e36 to 553b6f090f15b58451081ce157ff1929a266131d
This commit is contained in:
Elliot Matson 2023-08-08 10:19:13 -05:00 committed by GitHub
commit 39f0ec03d2
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@a9794064588be971151ec5e7144cb535bcb56e36
uses: docker/login-action@553b6f090f15b58451081ce157ff1929a266131d
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Log in to the Container registry
uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
uses: docker/login-action@553b6f090f15b58451081ce157ff1929a266131d
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}