Skip to content

Commit c4002ac

Browse files
committed
Explicitly pull docker images
This is due to a change in constellation 1.2.3 - see vimc/orderly-web-deploy#56 for an analogous fix
1 parent adab3b4 commit c4002ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ jobs:
2929
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
32+
- name: Pull containers
33+
run: |
34+
docker pull redis:5.0
35+
docker pull mrcide/outpack.orderly:main
36+
docker pull mrcide/outpack_server:main
37+
docker pull mrcide/packit-db:main
38+
docker pull mrcide/packit-api:main
39+
docker pull mrcide/packit:main
40+
docker pull mrcide/packit-proxy:main
3241
- name: Install dependencies
3342
run: |
3443
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)