1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

chore: update CI file

This commit is contained in:
Christy Jacob 2023-09-08 23:18:26 +00:00
parent 10f6cc7b0b
commit 0f67c1151f

View file

@ -50,7 +50,7 @@ jobs:
- name: Save Docker Images
run: |
docker images --filter="dangling=false" | sed '1d' | awk '{print $1 ":" $2 }'
docker compose images | sed '1d' | awk '{ print $2 ":" $3 }' | sort -u
# - name: Cache Docker Image
# uses: actions/cache@v3