File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
# Login against a Docker registry except on PR
34
34
# https://github.com/docker/login-action
35
35
- name : Log into registry ${{ env.REGISTRY }}
36
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
36
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
37
37
with :
38
38
registry : ${{ env.REGISTRY }}
39
39
username : ${{ github.actor }}
42
42
# Login against a Docker registry except on PR
43
43
# https://github.com/docker/login-action
44
44
- name : Log into registry dockerhub
45
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
45
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
46
46
with :
47
47
username : ${{ secrets.DOCKER_USERNAME }}
48
48
password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments