git.delta.rocks / unique-network / refs/commits / 4810e2a4c699

difftreelog

Add building image

Kirill2020-06-30parent: #9bd5c49.patch.diff
in: master

1 file changed

added.github/workflows/main.ymldiffbeforeafterboth
after · .github/workflows/main.yml
1name: Docker build23on:4  push:5    branches: [ master ]6  schedule:7    - cron: '* 1 * * *'89jobs:10  build:11    runs-on: ubuntu-latest12    steps:13    - uses: actions/checkout@v214    - name: Build image15      run: docker build -t nft_parachain .