File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -279,12 +279,12 @@ jobs:
279279 - name : Set up Docker Buildx
280280 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 https://github.com/docker/setup-buildx-action/releases/tag/v3.11.1
281281 - name : Login to Docker Hub
282- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0 https://github.com/docker/login-action/releases/tag/v3.5 .0
282+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0 https://github.com/docker/login-action/releases/tag/v3.6 .0
283283 with :
284284 username : blinklabs
285285 password : ${{ secrets.DOCKER_PASSWORD }} # uses token
286286 - name : Login to GHCR
287- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0 https://github.com/docker/login-action/releases/tag/v3.5 .0
287+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0 https://github.com/docker/login-action/releases/tag/v3.6 .0
288288 with :
289289 username : ${{ github.repository_owner }}
290290 password : ${{ secrets.GITHUB_TOKEN }}
@@ -334,12 +334,12 @@ jobs:
334334 runs-on : ubuntu-latest
335335 steps :
336336 - name : Login to Docker Hub
337- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0 https://github.com/docker/login-action/releases/tag/v3.5 .0
337+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0 https://github.com/docker/login-action/releases/tag/v3.6 .0
338338 with :
339339 username : blinklabs
340340 password : ${{ secrets.DOCKER_PASSWORD }} # uses token
341341 - name : Login to GHCR
342- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0 https://github.com/docker/login-action/releases/tag/v3.5 .0
342+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0 https://github.com/docker/login-action/releases/tag/v3.6 .0
343343 with :
344344 username : ${{ github.repository_owner }}
345345 password : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments