pull image for inpection
Some checks failed
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Successful in 8s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 10s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 10s
Build and Push Teamspeak Images on Base Image Update / build-basic (push) Successful in 9s
Build and Push Teamspeak Images on Base Image Update / generate-build-info (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Failing after 7s

This commit is contained in:
2025-07-10 16:08:59 -07:00
parent 8ad6727161
commit 0529954f1e

View File

@@ -275,6 +275,7 @@ jobs:
mkdir -p "$version"
infofile="$version/build-info.json"
image="${IMAGE_REGISTRY}/${IMAGE_ORG}/${IMAGE_REPO_TS}:$version"
docker pull "$image" || true
inspect=$(docker buildx imagetools inspect "$image" 2>/dev/null || echo "")
digest=$(echo "$inspect" | grep -m1 'Digest:' | awk '{print $2}' || echo "unknown")