A (very) simple, text only chatbot using Society AI inference endpoint
Update .gitea/workflows/gradio-text-to-image.yaml
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 2m15s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 2m15s
This commit is contained in:
parent
4443574cad
commit
ac7a68f24c
@ -17,14 +17,10 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ vars.ECR_REGISTRY }}
|
registry: ${{ vars.ECR_REGISTRY }}
|
||||||
username: ${{ vars.AWS_ACCESS_KEY_ID }}
|
|
||||||
password: ${{ vars.AWS_SECRET_ACCESS_KEY }}
|
|
||||||
- name: configure AWS Credentials
|
- name: configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v4
|
uses: aws-actions/configure-aws-credentials@v4
|
||||||
with:
|
with:
|
||||||
aws-region: ${{ vars.AWS_REGION }}
|
aws-region: ${{ vars.AWS_REGION }}
|
||||||
aws-access-key-id: ${{ vars.AWS_ACCESS_KEY_ID }}
|
|
||||||
aws-secret-access-key: ${{ vars.AWS_SECRET_ACCESS_KEY }}
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user