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: