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 @@ -118,7 +118,7 @@ jobs:
118
118
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
119
119
120
120
- name : Login to GitHub Container Registry
121
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
121
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
122
122
with :
123
123
registry : " ghcr.io"
124
124
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 80
80
uses : docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3
81
81
82
82
- name : Login to GitHub Container Registry
83
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
83
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
84
84
with :
85
85
registry : " ghcr.io"
86
86
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments