File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 # https://github.com/docker/login-action
4545 - name : Log into registry ${{ env.REGISTRY }}
4646 if : github.event_name != 'pull_request'
47- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
47+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
4848 with :
4949 registry : ${{ env.REGISTRY }}
5050 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 3434 # https://github.com/docker/login-action
3535 - name : Log into registry ${{ env.REGISTRY }}
3636 if : github.event_name != 'pull_request'
37- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
37+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
3838 with :
3939 registry : ${{ env.REGISTRY }}
4040 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments