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 3838 # https://github.com/docker/login-action
3939 - name : Log into registry ${{ env.REGISTRY }}
4040 if : github.event_name != 'pull_request'
41- uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
41+ uses : docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
4242 with :
4343 registry : ${{ env.REGISTRY }}
4444 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 4242 # https://github.com/docker/login-action
4343 - name : Log into registry ${{ env.REGISTRY }}
4444 if : github.event_name != 'pull_request'
45- uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
45+ uses : docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
4646 with :
4747 registry : ${{ env.REGISTRY }}
4848 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments