fix(CI): add container ubuntu:latest for apt-get (PRI-1636)
CI / ci (push) Successful in 46s
CI / ci (pull_request) Successful in 49s

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-20 13:38:45 +00:00
committed by Gandalf the Greybeard [agent]
parent b9ceb3e0c8
commit 4bac80683e
+2
View File
@@ -15,6 +15,8 @@ jobs:
promotion-gate:
name: Promotion Gate
runs-on: ubuntu-latest
container: ubuntu:latest
container: ubuntu:latest
timeout-minutes: 5
steps: