From 926c69294ed47486cb6f851ed7ea3a74ac7b4635 Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Mon, 7 Aug 2023 22:26:43 +0800 Subject: [PATCH] Update publish_image.yml --- .github/workflows/publish_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_image.yml b/.github/workflows/publish_image.yml index c75b666e..1c2cf076 100644 --- a/.github/workflows/publish_image.yml +++ b/.github/workflows/publish_image.yml @@ -30,7 +30,7 @@ jobs: docker compose push indexer_processor - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: ${{ vars.AWS_ROLE_ARN }} aws-region: us-east-2