File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches : [ "main", "dev" ]
66 paths :
7+ - ' .github/workflows/docker-image.yaml'
78 - ' Dockerfile'
9+ - ' Containerfile'
810 - ' pyproject.toml'
11+ - ' pixi.lock'
912 pull_request :
1013 branches : [ "main" ]
1114 paths :
15+ - ' .github/workflows/docker-image.yaml'
1216 - ' Dockerfile'
17+ - ' Containerfile'
1318 - ' pyproject.toml'
19+ - ' pixi.lock'
1420
1521jobs :
1622
2127 steps :
2228 - uses : actions/checkout@v3
2329 - name : Build the Docker image
24- run : docker build . --tag 30252 :ci_test_$(date +%s)
30+ run : docker build --file Containerfile --tag oneroof :ci_test_$(date +%s) .
Original file line number Diff line number Diff line change 2020! main.nf
2121! nextflow.config
2222
23+ # github action workflows
24+ ! /.github
25+ ! /.github /workflows
26+ ! /.github /workflows /* .yml
27+ ! /.github /workflows /* .yaml
28+
2329# nextflow workflows
2430! /workflows
2531! /workflows /* .nf
You can’t perform that action at this time.
0 commit comments