Update docker/login-action digest to 0a5a6d5
This commit is contained in:
parent
caf1816ca5
commit
478edfa289
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@465a07811f14bebb1938fbed4728c6a1ff8901fc
|
||||
uses: docker/login-action@0a5a6d545fb45047924af7df26cac945aa69ad68
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
|
||||
uses: docker/login-action@0a5a6d545fb45047924af7df26cac945aa69ad68
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
|
Loading…
Reference in New Issue
Block a user