diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index f7818927b2a..97d45c5dc8b 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -330,6 +330,10 @@ jobs: run: | docker pull ${{ env.REPO }}/system-tests/${{ matrix.library }}/weblog-${{ matrix.app }}:gha${{ github.run_id }}-g${{ github.sha }} docker tag ${{ env.REPO }}/system-tests/${{ matrix.library }}/weblog-${{ matrix.app }}:gha${{ github.run_id }}-g${{ github.sha }} system_tests/weblog:latest + - name: Cache dependent images + run: | + PYTHONPATH=. python utils/scripts/get-image-list.py ruby ${{ matrix.app }} '${{ matrix.scenario }}' > compose.yaml + docker compose pull - name: List images run: | docker image list