File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 https://github.com/docker/setup-buildx-action/releases/tag/v4.0.0
281281 - name : Login to Docker Hub
282- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0 https://github.com/docker/login-action/releases/tag/v4.0 .0
282+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0 https://github.com/docker/login-action/releases/tag/v4.1 .0
283283 with :
284284 username : blinklabs
285285 password : ${{ secrets.DOCKER_PASSWORD }} # uses token
286286 - name : Login to GHCR
287- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0 https://github.com/docker/login-action/releases/tag/v4.0 .0
287+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0 https://github.com/docker/login-action/releases/tag/v4.1 .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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0 https://github.com/docker/login-action/releases/tag/v4.0 .0
337+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0 https://github.com/docker/login-action/releases/tag/v4.1 .0
338338 with :
339339 username : blinklabs
340340 password : ${{ secrets.DOCKER_PASSWORD }} # uses token
341341 - name : Login to GHCR
342- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0 https://github.com/docker/login-action/releases/tag/v4.0 .0
342+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0 https://github.com/docker/login-action/releases/tag/v4.1 .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