Bump docker/login-action
Bumps [docker/login-action](https://github.com/docker/login-action) from 40891eba8c2bcd1309b07ba8b11232f313e86779 to 465a07811f14bebb1938fbed4728c6a1ff8901fc.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](40891eba8c...465a07811f
)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f679a22612
commit
38fc9c0c73
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -40,13 +40,13 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779
|
||||
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@40891eba8c2bcd1309b07ba8b11232f313e86779
|
||||
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
|
Loading…
Reference in New Issue
Block a user