tangled
alpha
login
or
join now
psychedeli.ca
/
tangled-containers
4
fork
atom
Container images for the Tangled Knot and Spindle servers
4
fork
atom
overview
issues
pulls
pipelines
trust mise config files before installing
psychedeli.ca
3 months ago
ece9fc8a
ea088d3a
verified
This commit was signed with the committer's
known signature
.
psychedeli.ca
SSH Key Fingerprint:
SHA256:lxA4UZo3m7mVMluMNbOrpavEOBPMDc7Vh521+i80n50=
+2
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
build.yml
publish.yml
+1
.tangled/workflows/build.yml
···
8
steps:
9
- name: Install dependencies
10
command: |
0
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: |
0
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: |