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:24:16 +00:00
parent 0f67c1151f
commit 1a93aa4085

View file

@ -50,7 +50,9 @@ jobs:
- name: Save Docker Images
run: |
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
# - name: Cache Docker Image
# uses: actions/cache@v3