File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727
2828 - name : Set up Docker Buildx
2929 id : setup-buildx
30- uses : docker/setup-buildx-action@v3
30+ uses : docker/setup-buildx-action@v2
3131
3232 - name : Configure AWS Credentials
3333 uses : aws-actions/configure-aws-credentials@v4
3434 with :
3535 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
3636 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
37- aws-region : ${{ secrets.AWS_PROD_REGION }}
37+ aws-region : ${{ secrets.AWS_DEFAULT_REGION }}
3838
3939 - name : Login to Amazon ECR
4040 id : login-ecr
Original file line number Diff line number Diff line change @@ -82,4 +82,4 @@ COPY --from=builder /build /build
8282RUN echo -n "{:last-processed-block 27409455}" > ethlance-events.log
8383
8484EXPOSE 6300
85- CMD ["node" , "ethlance_server.js" ]
85+ CMD ["node" , "out/ ethlance_server.js" ]
You can’t perform that action at this time.
0 commit comments