Skip to content

Commit 6b30876

Browse files
pike00claude
andcommitted
Add OCI source label to link ghcr.io package to repository
This allows the GITHUB_TOKEN to push images in CI by linking the container package to the repository. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e5abd35 commit 6b30876

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
2424
# ── Stage 2: Runtime ────────────────────────────────────────────────
2525
FROM gcr.io/distroless/static-debian12:nonroot
2626

27+
LABEL org.opencontainers.image.source="https://github.com/pike00/coldkey"
28+
2729
COPY --from=builder /coldkey /coldkey
2830
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
2931

0 commit comments

Comments
 (0)