Compare commits
2 commits
0e2b258b6f
...
667d14c052
Author | SHA1 | Date | |
---|---|---|---|
667d14c052 | |||
9712328f7e |
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ jobs:
|
|||
# Job 1: Testing - Uses DinD with multiple containers for comprehensive testing
|
||||
test:
|
||||
name: Run Tests (DinD)
|
||||
runs-on: [self-hosted, ci]
|
||||
runs-on: [self-hosted, ci:host]
|
||||
if: github.ref == 'refs/heads/main'
|
||||
|
||||
steps:
|
||||
|
@ -122,7 +122,7 @@ jobs:
|
|||
build-and-push:
|
||||
name: Build and Push Docker Images (DinD)
|
||||
needs: [test]
|
||||
runs-on: [self-hosted, ci]
|
||||
runs-on: [self-hosted, ci:host]
|
||||
if: github.ref == 'refs/heads/main'
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue