File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 72
72
NEXT_PUBLIC_HOME_URL=${{ secrets.NEXT_PUBLIC_HOME_URL }}
73
73
NEXT_PUBLIC_USER_URL=${{ secrets.NEXT_PUBLIC_USER_URL }}
74
74
NEXT_PUBLIC_FILING_ADDRESS=${{ secrets.NEXT_PUBLIC_FILING_ADDRESS }}
75
+
76
+ outputs :
77
+ tags : ${{ steps.datetime.outputs.datetime }}
78
+ update-landingpage-image :
79
+ needs : build-fastgpt-landingpage-images
80
+ runs-on : ubuntu-20.04
81
+ if : github.repository == 'labring/fastgpt-home'
82
+ steps :
83
+ - name : Checkout code
84
+ uses : actions/checkout@v3
85
+ - uses : actions-hub/kubectl@master
86
+ env :
87
+ KUBE_CONFIG : ${{ secrets.KUBE_CONFIG }}
88
+ with :
89
+ args : set image deployment/fastgpt-home fastgpt-home=registry.cn-hangzhou.aliyuncs.com/labring4docker/fastgpt-home:${{ needs.build-fastgpt-docs-images.outputs.tags }}
90
+ - uses : actions-hub/kubectl@master
91
+ env :
92
+ KUBE_CONFIG : ${{ secrets.KUBE_CONFIG }}
93
+ with :
94
+ args : annotate deployment/fastgpt-docs originImageName="registry.cn-hangzhou.aliyuncs.com/labring4docker/fastgpt-home:${{ needs.build-fastgpt-docs-images.outputs.tags }}" --overwrite
You can’t perform that action at this time.
0 commit comments