mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
cache compose tests
This commit is contained in:
@@ -18,7 +18,7 @@ DIGEST_FILE="$CACHE_DIR/$MAKE_TARGET.digests"
|
||||
mkdir -p "$CACHE_DIR"
|
||||
|
||||
get_image_ids() {
|
||||
depot pull >/dev/null 2>&1 || true
|
||||
local depot_pull_out=$(depot pull 2>&1 || true)
|
||||
local ids=""
|
||||
for img in $(echo "$IMAGES"); do
|
||||
local id=$(docker image inspect "$img" --format='{{.Id}}' 2>/dev/null || true)
|
||||
|
Reference in New Issue
Block a user