File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161 uses : sigstore/cosign-installer@v3.10.0
6262 -
6363 name : Login to GitHub Container Registry
64- uses : docker/login-action@v3.5 .0
64+ uses : docker/login-action@v3.6 .0
6565 with :
6666 registry : ghcr.io
6767 username : ${{ inputs.repo_owner }}
Original file line number Diff line number Diff line change 6666 uses : docker/setup-buildx-action@v3.11.1
6767 -
6868 name : Login to GitHub Container Registry
69- uses : docker/login-action@v3.5 .0
69+ uses : docker/login-action@v3.6 .0
7070 with :
7171 registry : ghcr.io
7272 username : ${{ inputs.repo_owner }}
@@ -146,14 +146,14 @@ jobs:
146146 -
147147 name : Login to DockerHub
148148 if : matrix.registry == 'docker.io'
149- uses : docker/login-action@v3.5 .0
149+ uses : docker/login-action@v3.6 .0
150150 with :
151151 username : ${{ inputs.dockerhub_user }}
152152 password : ${{ secrets.dockerhub_password }}
153153 -
154154 name : Login to GitHub Container Registry
155155 if : matrix.registry == 'ghcr.io'
156- uses : docker/login-action@v3.5 .0
156+ uses : docker/login-action@v3.6 .0
157157 with :
158158 registry : ghcr.io
159159 username : ${{ inputs.repo_owner }}
You can’t perform that action at this time.
0 commit comments