git.delta.rocks / unique-network / refs/commits / e67fafd19a27

difftreelog

source

.github/workflows/main.yml246 Bsourcehistory
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 .