File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@da5b89b92c1be57a07eeed1334a0728b94145654
37+ uses : docker/login-action@a0d57b8e43b6ef1cca20559d68cec2227e63fccd
3838 with :
3939 registry : ${{ env.REGISTRY }}
4040 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 4545 # https://github.com/docker/login-action
4646 - name : Log into registry ${{ env.REGISTRY }}
4747 if : github.event_name != 'pull_request'
48- uses : docker/login-action@da5b89b92c1be57a07eeed1334a0728b94145654
48+ uses : docker/login-action@a0d57b8e43b6ef1cca20559d68cec2227e63fccd
4949 with :
5050 registry : ${{ env.REGISTRY }}
5151 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments