Skip to content

Commit 3d03e54

Browse files
authored
Update build-test-publish.yaml
1 parent 4479010 commit 3d03e54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-test-publish.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -430,39 +430,39 @@ jobs:
430430
az acr login -n dataplanedeployment
431431
- id: login-gcp
432432
name: Authenticate with Google Cloud
433-
uses: google-github-actions/auth@v1
433+
uses: google-github-actions/auth@v2
434434
with:
435435
token_format: access_token
436436
workload_identity_provider: ${{secrets.GCR_WORKLOAD_IDENTITY_PROVIDER}}
437437
service_account: ${{secrets.GCR_SERVICE_ACCOUNT}}
438438
access_token_lifetime: 1800s
439439
- name: Login to us Artifact Registry
440-
uses: docker/login-action@v2
440+
uses: docker/login-action@v3
441441
with:
442442
registry: us-docker.pkg.dev
443443
username: oauth2accesstoken
444444
password: ${{ steps.login-gcp.outputs.access_token }}
445445
- name: Login to eu Artifact Registry
446-
uses: docker/login-action@v2
446+
uses: docker/login-action@v3
447447
with:
448448
registry: europe-docker.pkg.dev
449449
username: oauth2accesstoken
450450
password: ${{ steps.login-gcp.outputs.access_token }}
451451
- name: Login to asia Artifact Registry
452-
uses: docker/login-action@v2
452+
uses: docker/login-action@v3
453453
with:
454454
registry: asia-docker.pkg.dev
455455
username: oauth2accesstoken
456456
password: ${{ steps.login-gcp.outputs.access_token }}
457457
- name: Configure AWS credentials
458-
uses: aws-actions/configure-aws-credentials@v1-node16
458+
uses: aws-actions/configure-aws-credentials@v4
459459
with:
460460
aws-access-key-id: ${{secrets.ECR_AWS_ACCESS_KEY_ID}}
461461
aws-secret-access-key: ${{secrets.ECR_AWS_SECRET_ACCESS_KEY}}
462462
aws-region: us-west-2
463463
- name: Login to Amazon ECR
464464
id: login-ecr
465-
uses: aws-actions/amazon-ecr-login@v1
465+
uses: aws-actions/amazon-ecr-login@v2
466466
- name: build and push
467467
uses: docker/build-push-action@v5
468468
with:

0 commit comments

Comments
 (0)