Skip to content

Commit

Permalink
ci: let image build by ci auto link to fastgpt repo
Browse files Browse the repository at this point in the history
Signed-off-by: 晓杰 <2561589453@qq.com>
  • Loading branch information
xiao-jay authored and c121914yu committed Apr 26, 2023
1 parent d13b823 commit 0540c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0540c2e

Please sign in to comment.