ci: let image build by ci auto link to fastgpt repo

Signed-off-by: 晓杰 <2561589453@qq.com>
This commit is contained in:
晓杰
2023-04-25 13:58:20 +08:00
committed by Archer
parent d13b823065
commit 0540c2e46a

View File

@@ -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 \