tangled
alpha
login
or
join now
evan.jarrett.net
/
at-container-registry
66
fork
atom
A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
atcr.io
docker
container
atproto
go
66
fork
atom
overview
issues
1
pulls
pipelines
try without node or generate
evan.jarrett.net
1 month ago
a7d32926
b99ae537
verified
This commit was signed with the committer's
known signature
.
evan.jarrett.net
SSH Key Fingerprint:
SHA256:bznk0uVPp7XFOl67P0uTM1pCjf2A4ojeP/lsUE7uauQ=
-13
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
lint.yaml
tests.yml
-6
.tangled/workflows/lint.yaml
···
9
9
architecture: amd64
10
10
11
11
steps:
12
12
-
- name: install node
13
13
-
command: |
14
14
-
apt-get update && \
15
15
-
apt-get install -y --no-install-recommends nodejs npm && \
16
16
-
rm -rf /var/lib/apt/lists/*
17
17
-
18
12
- name: Download and Generate
19
13
environment:
20
14
CGO_ENABLED: 1
-7
.tangled/workflows/tests.yml
···
9
9
architecture: amd64
10
10
11
11
steps:
12
12
-
- name: install node
13
13
-
command: |
14
14
-
apt-get update && \
15
15
-
apt-get install -y --no-install-recommends nodejs npm && \
16
16
-
rm -rf /var/lib/apt/lists/*
17
17
-
18
12
- name: Download and Generate
19
13
environment:
20
14
CGO_ENABLED: 1
21
15
command: |
22
16
go mod download
23
23
-
go generate ./...
24
17
25
18
- name: Run Tests
26
19
environment: