A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go
80
fork

Configure Feed

Select the types of activity you want to include in your feed.

try without node or generate

-13
-6
.tangled/workflows/lint.yaml
··· 9 9 architecture: amd64 10 10 11 11 steps: 12 - - name: install node 13 - command: | 14 - apt-get update && \ 15 - apt-get install -y --no-install-recommends nodejs npm && \ 16 - rm -rf /var/lib/apt/lists/* 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 - - name: install node 13 - command: | 14 - apt-get update && \ 15 - apt-get install -y --no-install-recommends nodejs npm && \ 16 - rm -rf /var/lib/apt/lists/* 17 - 18 12 - name: Download and Generate 19 13 environment: 20 14 CGO_ENABLED: 1 21 15 command: | 22 16 go mod download 23 - go generate ./... 24 17 25 18 - name: Run Tests 26 19 environment: