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@74a5d142397b4f367a81961eba4e8cd7edddf772
41
+ uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
42
42
with :
43
43
registry : ${{ env.REGISTRY }}
44
44
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 42
42
# https://github.com/docker/login-action
43
43
- name : Log into registry ${{ env.REGISTRY }}
44
44
if : github.event_name != 'pull_request'
45
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
45
+ uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
46
46
with :
47
47
registry : ${{ env.REGISTRY }}
48
48
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments