File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ jobs:
5454 uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
5555
5656 - name : DockerHub Login
57- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
57+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
5858 with :
5959 username : ${{ secrets.DOCKER_USERNAME }}
6060 password : ${{ secrets.DOCKER_PASSWORD }}
6161 if : ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
6262
6363 - name : Login to GitHub Container Registry
64- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
64+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
6565 with :
6666 registry : ghcr.io
6767 username : ${{ github.repository_owner }}
@@ -76,13 +76,13 @@ jobs:
7676 if : ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
7777
7878 - name : Login to Public ECR
79- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
79+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
8080 with :
8181 registry : public.ecr.aws
8282 if : ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
8383
8484 - name : Login to Quay.io
85- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
85+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
8686 with :
8787 registry : quay.io
8888 username : ${{ secrets.QUAY_USERNAME }}
Original file line number Diff line number Diff line change 6464 if : github.event_name != 'pull_request'
6565
6666 - name : Login to GCR
67- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
67+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
6868 with :
6969 registry : gcr.io
7070 username : oauth2accesstoken
7979 if : github.ref_type == 'tag' && contains(inputs.target, 'aws')
8080
8181 - name : Login to ECR
82- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
82+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
8383 with :
8484 registry : 709825985650.dkr.ecr.us-east-1.amazonaws.com
8585 if : github.ref_type == 'tag' && contains(inputs.target, 'aws')
Original file line number Diff line number Diff line change @@ -403,14 +403,14 @@ jobs:
403403 path : kic
404404
405405 - name : Login to GitHub Container Registry
406- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
406+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
407407 with :
408408 registry : ghcr.io
409409 username : ${{ github.repository_owner }}
410410 password : ${{ secrets.GITHUB_TOKEN }}
411411
412412 - name : DockerHub Login
413- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
413+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
414414 with :
415415 username : ${{ secrets.DOCKER_USERNAME }}
416416 password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments