1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

chore: update CI file

This commit is contained in:
Christy Jacob 2023-09-08 23:34:23 +00:00
parent eaf94aa670
commit 01aaa6b337

View file

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