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
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user