diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 9cef0cd..1ba583f 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -47,7 +47,7 @@ jobs: - name: Assume OIDC Role uses: aws-actions/configure-aws-credentials@v4 with: - role-session-name: gh-infrastructure-deploy-session + # role-session-name: gh-infrastructure-deploy-session role-to-assume: ${{ env.OIDC_ROLE_ARN }} aws-region: ${{ secrets.AWS_REGION }} diff --git a/infrastructure/src/images/Dockerfile.base b/infrastructure/src/images/Dockerfile.base index 12e7f20..55fc8e5 100644 --- a/infrastructure/src/images/Dockerfile.base +++ b/infrastructure/src/images/Dockerfile.base @@ -2,4 +2,4 @@ FROM node:20-alpine3.19 AS setup RUN apk add --no-cache python3 make g++ RUN apk add --no-cache jq RUN apk add --no-cache git -RUN apk add --no-cache aws-cli +RUN apk add --no-cache aws-cli \ No newline at end of file