diff --git a/.github/workflows/weekly-build-cache.yml b/.github/workflows/weekly-build-cache.yml index 3a16a9a..e9b8081 100644 --- a/.github/workflows/weekly-build-cache.yml +++ b/.github/workflows/weekly-build-cache.yml @@ -38,7 +38,7 @@ jobs: if: steps.check_changes.outputs.changes == 'true' run: | # Configure attic client to use your cache server - attic login servidos https://cache.servidos.lat ${{ secrets.ATTIC_TOKEN }} + attic login servidos http://127.0.0.1:2343 ${{ secrets.ATTIC_TOKEN }} - name: Build workstation configuration if: steps.check_changes.outputs.changes == 'true'