From 07b5b3d7a522b406dbf48e8c34f1549410029427 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Tue, 14 Apr 2026 11:13:43 -0500 Subject: [PATCH] remove push to attic --- .gitea/workflows/build-and-publish.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 1ee79cb..a1bc448 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -25,10 +25,6 @@ jobs: nix build .#dockerImage -print-build-logs docker load < result - - name: Push closure to Attic cache - run: | - attic push ${{ secrets.ATTIC_CACHE }} ./result - - name: Log in to Gitea Container Registry uses: docker/login-action@v3 with: