feat: Add OCI label to link package to repository
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m7s
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:
@@ -19,6 +19,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /app/serv
|
||||
# 运行阶段
|
||||
FROM alpine:3.18
|
||||
|
||||
LABEL org.opencontainers.image.source="https://gitea.likegears.com/likegears/material_texture"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# 安装必要的运行时依赖
|
||||
|
||||
Reference in New Issue
Block a user