From 0ddf036bd508a46a5b96cfdc1967b7e44e0a4d46 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 8 Sep 2023 23:44:19 +0000 Subject: [PATCH] chore: update CI file --- .github/workflows/tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 38423c0331..0f9260b176 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,11 +47,14 @@ jobs: DEBUG=false TESTING=true VERSION=dev + + - name: Pull Docker Images + run: docker compose pull --ignore-pull-failures --ignore-buildable - - name: Save Docker Images + - name: List Files and images run: | + ls docker image ls - docker compose pull --ignore-pull-failures --ignore-buildable docker compose images # docker compose images | sed '1d' | awk '{ print $2 ":" $3 }' | sort -u # docker save $(docker compose images | sed '1d' | awk '{ print $2 ":" $3 }' | sort -u) -o allinone.tar