mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
ci: let image build by ci auto link to fastgpt repo
Signed-off-by: 晓杰 <2561589453@qq.com>
This commit is contained in:
parent
d13b823065
commit
0540c2e46a
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue