Container images for the Tangled Knot and Spindle servers

trust mise config files before installing

psychedeli.ca ece9fc8a ea088d3a

verified
+2
+1
.tangled/workflows/build.yml
··· 8 steps: 9 - name: Install dependencies 10 command: | 11 mise install 12 - name: Build images 13 command: |
··· 8 steps: 9 - name: Install dependencies 10 command: | 11 + mise trust 12 mise install 13 - name: Build images 14 command: |
+1
.tangled/workflows/publish.yml
··· 8 steps: 9 - name: Install dependencies 10 command: | 11 mise install 12 - name: Build and push images 13 command: |
··· 8 steps: 9 - name: Install dependencies 10 command: | 11 + mise trust 12 mise install 13 - name: Build and push images 14 command: |