mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 21:32:01 -08:00
Merge pull request #33 from Moonlite-Media/adding-no-cache
This commit is contained in:
commit
5cf43549f3
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