feat: Add OCI label to link package to repository
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m7s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
likegears
2025-12-12 10:30:55 +08:00
parent 65e341b566
commit bddb35daea

View File

@@ -19,6 +19,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /app/serv
# 运行阶段 # 运行阶段
FROM alpine:3.18 FROM alpine:3.18
LABEL org.opencontainers.image.source="https://gitea.likegears.com/likegears/material_texture"
WORKDIR /app WORKDIR /app
# 安装必要的运行时依赖 # 安装必要的运行时依赖