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.

disable workflows

+1 -1
+1 -1
.tangled/workflows/release.yml
··· 2 2 # Triggers on version tags and builds cross-platform binaries using GoReleaser 3 3 4 4 when: 5 - - event: ["push", "manual"] 5 + - event: ["manual"] 6 6 # TODO: Trigger only on version tags (v1.0.0, v2.1.3, etc.) 7 7 branch: ["main"] 8 8