framework-nightly-build-tars #773
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: framework-nightly-build-tars | |
on: | |
push: | |
branches: | |
- master | |
schedule: | |
- cron: '0 23 * * *' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: docker login | |
run: | | |
docker login -u ${{ secrets.name }} -p ${{ secrets.pass }} | |
- name: get docker file | |
run: rm -rf TarsDocker && git clone https://github.com/TarsCloud/TarsDocker | |
- name: Build tars image | |
run: cd TarsDocker/tars && ./build-docker.sh master master nightly true |