File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ jobs:
4848
4949 - name : Login to docker.io
5050 if : matrix.registry == 'docker.io'
51- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # infered from @v3
51+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # infered from @v3
5252 with :
5353 registry : ${{ matrix.registry }}
5454 username : ${{ secrets.DOCKERHUB_USERNAME }}
5555 password : ${{ secrets.DOCKERHUB_TOKEN }}
5656
5757 - name : Login to ghcr.io
5858 if : matrix.registry == 'ghcr.io'
59- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # infered from @v3
59+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # infered from @v3
6060 with :
6161 registry : ${{ matrix.registry }}
6262 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments