File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 run : |
2525 echo ${{ secrets.REGISTRY_PASSWORD }} | docker login ccr.ccs.tencentyun.com -u ${{ secrets.REGISTRY_USERNAME }} --password-stdin
2626 - name : Build
27- env :
28- LarkAppId : ${{ secrets.LARKAPPID }}
29- LarkAppSecret : ${{ secrets.LARKAPPSECRET }}
30- VerificationToken : ${{ secrets.VERIFICATIONTOKEN }}
31- EncryptKey : ${{ secrets.ENCRYPTKEY }}
3227 run : |
28+ echo "LarkAppId= ${{ secrets.LARKAPPID }} " > .env
29+ echo "LarkAppSecret= ${{ secrets.LARKAPPSECRET }} " >> .env
30+ echo "VerificationToken= ${{ secrets.VERIFICATIONTOKEN }} " >> .env
31+ echo "EncryptKey= ${{ secrets.ENCRYPTKEY }} " >> .env
32+
3333 docker build -t ccr.ccs.tencentyun.com/lyle/cr-bot -f ./Dockerfile .
3434 docker push ccr.ccs.tencentyun.com/lyle/cr-bot:latest
You can’t perform that action at this time.
0 commit comments