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 @@ -51,14 +51,14 @@ jobs:
5151 uses : docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0
5252
5353 - name : DockerHub Login
54- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
54+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
5555 with :
5656 username : ${{ secrets.DOCKER_USERNAME }}
5757 password : ${{ secrets.DOCKER_PASSWORD }}
5858 if : ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
5959
6060 - name : Login to GitHub Container Registry
61- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
61+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
6262 with :
6363 registry : ghcr.io
6464 username : ${{ github.repository_owner }}
@@ -73,13 +73,13 @@ jobs:
7373 if : ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
7474
7575 - name : Login to Public ECR
76- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
76+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
7777 with :
7878 registry : public.ecr.aws
7979 if : ${{ github.event_name != 'pull_request' && ! startsWith(github.ref, 'refs/heads/release-') }}
8080
8181 - name : Login to Quay.io
82- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
82+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
8383 with :
8484 registry : quay.io
8585 username : ${{ secrets.QUAY_USERNAME }}
Original file line number Diff line number Diff line change 6161 if : github.event_name != 'pull_request'
6262
6363 - name : Login to GCR
64- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
64+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
6565 with :
6666 registry : gcr.io
6767 username : oauth2accesstoken
7676 if : startsWith(github.ref, 'refs/tags/') && contains(inputs.target, 'aws')
7777
7878 - name : Login to ECR
79- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
79+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
8080 with :
8181 registry : 709825985650.dkr.ecr.us-east-1.amazonaws.com
8282 if : startsWith(github.ref, 'refs/tags/') && contains(inputs.target, 'aws')
Original file line number Diff line number Diff line change @@ -371,14 +371,14 @@ jobs:
371371 path : kic
372372
373373 - name : Login to GitHub Container Registry
374- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
374+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
375375 with :
376376 registry : ghcr.io
377377 username : ${{ github.repository_owner }}
378378 password : ${{ secrets.GITHUB_TOKEN }}
379379
380380 - name : DockerHub Login
381- uses : docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1 .0
381+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
382382 with :
383383 username : ${{ secrets.DOCKER_USERNAME }}
384384 password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments