File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9797 app : ${{ inputs.app }}
9898
9999 - name : Login to GitHub Container Registry
100- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
100+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
101101 with :
102102 registry : ghcr.io
103103 username : ${{ github.actor }}
@@ -190,7 +190,7 @@ jobs:
190190 merge-multiple : true
191191
192192 - name : Login to GitHub Container Registry
193- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
193+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
194194 with :
195195 registry : ghcr.io
196196 username : ${{ github.actor }}
@@ -221,7 +221,7 @@ jobs:
221221 runs-on : ubuntu-latest
222222 steps :
223223 - name : Login to GitHub Container Registry
224- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
224+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
225225 with :
226226 registry : ghcr.io
227227 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments