remove the download model step
All checks were successful
Create and publish a Docker image to GitHub Container Registry / build-and-push-image (push) Successful in 7m2s
All checks were successful
Create and publish a Docker image to GitHub Container Registry / build-and-push-image (push) Successful in 7m2s
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
d665a83054
commit
495456db5c
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@ -43,10 +43,6 @@ jobs:
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
||||
- run: |
|
||||
aws s3 sync s3://waifuwave/models models
|
||||
find models -exec touch -a -m "1970-01-01T00:00:00" {} +
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user