Update docker-build.yml

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-05-31 13:43:16 -07:00 committed by GitHub
commit fce2ca3a9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,6 @@ jobs:
# There's a script in ./scripts/factory_reset_space.py that will reset the build
# using the HUGGINGFACE_API_TOKEN secret
run: |
python ./scripts/factory_reset_space.py
python ./scripts/factory_restart_space.py
env:
HUGGINGFACE_API_TOKEN: ${{ secrets.HUGGINGFACE_API_TOKEN }}