File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
actions/build-tools-single-stage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ runs:
223223
224224 - name : Log in to Container Registry
225225 if : steps.check-exists.outputs.exists == 'false'
226- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
226+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
227227 with :
228228 registry : ${{ inputs.registry }}
229229 username : ${{ inputs.registry_username }}
Original file line number Diff line number Diff line change 6767 ARM64_SRC : ${{ needs.build-arm64.outputs.final_image }}
6868 steps :
6969 - name : Login to GHCR
70- uses : docker/login-action@v3
70+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7171 with :
7272 registry : ghcr.io
7373 username : ${{ github.actor }}
8585 docker buildx imagetools inspect "$CACHE_TAG"
8686
8787 - name : Login to Docker Hub
88- uses : docker/login-action@v3
88+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
8989 with :
9090 registry : docker.io
9191 username : ${{ secrets.DOCKER_USERNAME }}
You can’t perform that action at this time.
0 commit comments