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 \