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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
102+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
103103 with :
104104 registry : ghcr.io
105105 username : ${{ github.actor }}
@@ -181,7 +181,7 @@ jobs:
181181 merge-multiple : true
182182
183183 - name : Login to GitHub Container Registry
184- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
184+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
185185 with :
186186 registry : ghcr.io
187187 username : ${{ github.actor }}
@@ -212,7 +212,7 @@ jobs:
212212 runs-on : ubuntu-latest
213213 steps :
214214 - name : Login to GitHub Container Registry
215- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
215+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
216216 with :
217217 registry : ghcr.io
218218 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments