chore: Update CI workflow to specify self-hosted runner configuration
Some checks failed
Docker Build and Push / setup (push) Successful in 55s
Integration Tests / integration-tests (push) Failing after 56s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-push-api-docs (push) Successful in 2m34s
Docker Build and Push / build-push-api-gateway (push) Successful in 2m55s
Docker Build and Push / build-push-service-adapters (push) Successful in 3m7s
Docker Build and Push / build-push-frontend (push) Successful in 37s
Some checks failed
Docker Build and Push / setup (push) Successful in 55s
Integration Tests / integration-tests (push) Failing after 56s
Integration Tests / performance-tests (push) Has been skipped
Docker Build and Push / build-push-api-docs (push) Successful in 2m34s
Docker Build and Push / build-push-api-gateway (push) Successful in 2m55s
Docker Build and Push / build-push-service-adapters (push) Successful in 3m7s
Docker Build and Push / build-push-frontend (push) Successful in 37s
### Summary of Changes - Modified the CI workflow for Docker builds to explicitly define the runner configuration as `runs-on: self-hosted` for the setup job, enhancing clarity in the workflow setup. ### Expected Results - Improved readability and maintainability of the CI configuration, ensuring that the intended execution environment is clearly specified.
This commit is contained in:
@@ -15,7 +15,8 @@ env:
|
||||
|
||||
jobs:
|
||||
# Shared setup job for common steps
|
||||
setup: self-hosted
|
||||
setup:
|
||||
runs-on: self-hosted
|
||||
outputs:
|
||||
version: ${{ steps.meta.outputs.version }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user