test
Some checks failed
Build and Push Teamspeak Images on Base Image Update / check-for-changes (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / build-alpine (push) Successful in 6s
Build and Push Teamspeak Images on Base Image Update / build-debian (push) Successful in 9s
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) Failing after 4s
Build and Push Teamspeak Images on Base Image Update / generate-changelogs (push) Has been skipped

This commit is contained in:
2025-07-17 18:37:57 -07:00
parent 1145ce7ca2
commit 07b37c6ae8

View File

@@ -208,10 +208,6 @@ jobs:
versions+=("basic")
fi
# Clear old build-info.json files
echo "🧹 Clearing old build-info.json files"
find . -type f -name build-info.json -exec rm -v {} +
for version in "${versions[@]}"; do
echo "[INFO] Generating build-info.json for $version"
image="${IMAGE_REGISTRY}/${IMAGE_ORG}/${IMAGE_REPO_TS}:${version}"