Bump docker/login-action
Bumps [docker/login-action](https://github.com/docker/login-action) from a9794064588be971151ec5e7144cb535bcb56e36 to 553b6f090f15b58451081ce157ff1929a266131d.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](a979406458...553b6f090f
)
---
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
460644c7e9
commit
d06b46a7dd
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@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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user