diff --git a/.github/workflows/ecr-publisher.yml b/.github/workflows/ecr-publisher.yml index ef678bc..2d8a844 100644 --- a/.github/workflows/ecr-publisher.yml +++ b/.github/workflows/ecr-publisher.yml @@ -33,7 +33,7 @@ jobs: echo "Using image tag: ${IMAGE_TAG}" echo "IMAGE_TAG=${IMAGE_TAG}" >> $GITHUB_ENV - name: AWS Login - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-region: us-east-2 role-to-assume: "arn:aws:iam::407967248065:role/common/github_actions"