Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ const cloudflareOperator = new PublicRepo('cloudflare-operator', {
},
});

const containers = new PublicRepo('containers', {
description: 'Smörgåsbord of OCI containers',
topics: ['docker', 'oci', 'containers', 'ghcr', 'container-registry'],
githubChecks: ['build'],
});

const devctl = new PublicRepo('devctl', {
description: 'Dev productivity CLI',
githubChecks: ['build'],
Expand Down Expand Up @@ -149,6 +155,7 @@ export const repos = [
apis.repo.name,
charts.repo.name,
cloudflareOperator.repo.name,
containers.repo.name,
devctl.repo.name,
game.repo.name,
go.repo.name,
Expand Down
Loading