mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 04:42:09 -08:00
adding no cache
This commit is contained in:
parent
1a6610d4b9
commit
6a12210249
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Build and tag Docker image
|
||||
run: |
|
||||
# Build the Docker image
|
||||
docker build -t ${{ secrets.PROD_ECR_URI }}:$IMAGE_TAG .
|
||||
docker build --no-cache -t ${{ secrets.PROD_ECR_URI }}:$IMAGE_TAG .
|
||||
|
||||
# Tag the image as 'latest'
|
||||
docker tag ${{ secrets.PROD_ECR_URI }}:$IMAGE_TAG ${{ secrets.PROD_ECR_URI }}:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue