Skip to content

Commit f4bcd68

Browse files
committed
REF: pin xnat-docker-compose to tag 1.8.10.5
1 parent 93d1ea2 commit f4bcd68

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)