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