File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 app : ${{ inputs.app }}
100100
101101 - name : Login to GitHub Container Registry
102- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
102+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
103103 with :
104104 registry : ghcr.io
105105 username : ${{ github.actor }}
@@ -182,7 +182,7 @@ jobs:
182182 merge-multiple : true
183183
184184 - name : Login to GitHub Container Registry
185- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
185+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
186186 with :
187187 registry : ghcr.io
188188 username : ${{ github.actor }}
@@ -213,7 +213,7 @@ jobs:
213213 runs-on : ubuntu-latest
214214 steps :
215215 - name : Login to GitHub Container Registry
216- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
216+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
217217 with :
218218 registry : ghcr.io
219219 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments