File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,23 +20,23 @@ jobs:
2020
2121 steps :
2222 - name : ' Set up Python ${{ matrix.python-version }}'
23- uses : actions/setup-python@v3
23+ uses : actions/setup-python@v4
2424 with :
2525 python-version : ' ${{ matrix.python-version }}'
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - name : Checkout xnat-docker-compose
28- uses : actions/checkout@v3
28+ uses : actions/checkout@v4
2929 with :
30- repository : NrgXnat /xnat-docker-compose
31- ref : 1.8.1
30+ repository : jhuguetn /xnat-docker-compose
31+ ref : 1.8.10.5
3232 path : xnat-docker-compose
3333 - run : docker compose version
3434 - run : python --version
3535 - run : python -m pip install --upgrade pip
3636 - name : Install dependencies
3737 run : pip install -r requirements-dev.txt
3838 - name : Start xnat-docker-compose
39- run : docker compose up -d
39+ run : docker compose --env-file default.env up -d
4040 working-directory : xnat-docker-compose
4141 - run : sleep 120
4242 if : ${{ matrix.python-version == '3.8' }}
You can’t perform that action at this time.
0 commit comments