File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
# https://github.com/docker/login-action
39
39
- name : Log into registry ${{ env.REGISTRY }}
40
40
if : github.event_name != 'pull_request'
41
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
41
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
42
42
with :
43
43
registry : ${{ env.REGISTRY }}
44
44
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 38
38
# https://github.com/docker/login-action
39
39
- name : Log into registry ${{ env.REGISTRY }}
40
40
if : github.event_name != 'pull_request'
41
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
41
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
42
42
with :
43
43
registry : ${{ env.REGISTRY }}
44
44
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments