From 0540c2e46ad63d69880ca28b6b4fd481c73102e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=93=E6=9D=B0?= <2561589453@qq.com> Date: Tue, 25 Apr 2023 13:58:20 +0800 Subject: [PATCH] ci: let image build by ci auto link to fastgpt repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 晓杰 <2561589453@qq.com> --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da0f5b121..e2bbd54be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,8 @@ jobs: run: | docker buildx build \ --platform linux/amd64,linux/arm64 \ + --label "org.opencontainers.image.source=https://github.com/${{ github.repository_owner }}/FastGPT" \ + --label "org.opencontainers.image.description=fast-gpt image" \ --label "org.opencontainers.image.licenses=MIT" \ --push \ -t ${DOCKER_REPO}:latest \