Target Nas runner (ubuntu-24.04) for build-push jobs — sandbox lacks Docker
Some checks failed
CI — P2 Drift (Go + Node) / saas (push) Successful in 24s
CI — P2 Drift (Go + Node) / agent (push) Successful in 53s
CI — P3 Alert / test (push) Successful in 27s
CI — P5 Cost / test (push) Successful in 23s
CI — P4 Portal / test (push) Successful in 37s
CI — P6 Run / saas (push) Successful in 25s
CI — P2 Drift (Go + Node) / build-push (push) Failing after 17s
CI — P3 Alert / build-push (push) Failing after 17s
CI — P5 Cost / build-push (push) Failing after 11s
CI — P4 Portal / build-push (push) Failing after 14s
CI — P6 Run / build-push (push) Failing after 13s

This commit is contained in:
2026-03-02 05:32:04 +00:00
parent 2df0ce2fff
commit 18d476f7a0
10 changed files with 10 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ jobs:
build-push:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: test
if: github.ref == 'refs/heads/main'
steps:

View File

@@ -26,7 +26,7 @@ jobs:
build-push:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: test
if: github.ref == 'refs/heads/main'
steps:

View File

@@ -26,7 +26,7 @@ jobs:
build-push:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: test
if: github.ref == 'refs/heads/main'
steps:

View File

@@ -26,7 +26,7 @@ jobs:
build-push:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: test
if: github.ref == 'refs/heads/main'
steps:

View File

@@ -26,7 +26,7 @@ jobs:
build-push:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: test
if: github.ref == 'refs/heads/main'
steps: