mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-05 15:14:24 +01:00
Update aws.yml
build only a1111 ui
This commit is contained in:
parent
5456b1e49d
commit
74b6038dd8
2
.github/workflows/aws.yml
vendored
2
.github/workflows/aws.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
# Build a docker container and
|
||||
# push it to ECR so that it can
|
||||
# be deployed to ECS.
|
||||
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
|
||||
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG services/AUTOMATIC1111/
|
||||
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
|
||||
echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue