1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

chore: update CI file

This commit is contained in:
Christy Jacob 2023-09-08 23:41:16 +00:00
parent 889942ee76
commit 29d0820b10

View file

@ -51,7 +51,7 @@ jobs:
- name: Save Docker Images
run: |
docker image ls
docker compose pull
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