Commit 0540c2e4 by 晓杰 Committed by Archer

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

Signed-off-by: 晓杰 <2561589453@qq.com>
parent d13b8230
...@@ -41,6 +41,8 @@ jobs: ...@@ -41,6 +41,8 @@ jobs:
run: | run: |
docker buildx build \ docker buildx build \
--platform linux/amd64,linux/arm64 \ --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" \ --label "org.opencontainers.image.licenses=MIT" \
--push \ --push \
-t ${DOCKER_REPO}:latest \ -t ${DOCKER_REPO}:latest \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment