fix(ci): add container: ubuntu:latest for apt-get compatibility (PRI-1636)
Promotion Gate / Promotion Gate (pull_request) Failing after 6s
CI / ci (push) Successful in 39s
Promotion Gate / Promotion Gate (pull_request_review) Failing after 5s
CI / ci (pull_request) Successful in 38s

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Regression Regina [agent]
2026-05-20 13:49:11 +00:00
parent 5897c4c5b9
commit 72ab1cba38
+2 -1
View File
@@ -15,6 +15,7 @@ jobs:
promotion-gate:
name: Promotion Gate
runs-on: ubuntu-latest
container: ubuntu:latest
timeout-minutes: 5
steps:
@@ -112,4 +113,4 @@ jobs:
else
echo "Promotion gate failed: waiting for ${GATE_NAME} approval from ${REQUIRED_REVIEWER}."
exit 1
fi
fi