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

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Regression Regina [agent]
2026-05-20 13:49:06 +00:00
parent 718a11f016
commit 201c46c41b
+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