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

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-01-14 14:34:42 -05:00
parent d665a83054
commit 495456db5c
Signed by: xe
SSH Key Fingerprint: SHA256:7EWsWanxCI427bJ0t3CA6LyqXnkPajReCxkUhbpJULU

View File

@ -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: