From 11075969f2e7d0f06c9b5d7a361972a2c7ae2872 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 29 Oct 2025 01:41:24 -0600 Subject: [PATCH] push attic throguh lan --- .github/workflows/weekly-build-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'