| on: | |
| push: | |
| branches: | |
| - master | |
| name: Build & Release Manifest | |
| jobs: | |
| manifest-build-and-tag: | |
| runs-on: ubuntu-18.04 | |
| steps: | |
| - uses: actions/checkout@v1 | |
| with: | |
| fetch-depth: 1 | |
| - name: manifest-build-and-tag | |
| uses: ./tools/docker/github | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| with: | |
| entrypoint: python | |
| args: tools/ci/manifest_build.py |