更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Successful in 7m47s
CI / Lint (push) Failing after 20m58s
CodeQL / Analyze (go) (push) Has been cancelled
CI / Unit Tests (push) Failing after 11m40s
CI / Envtest Tests (push) Failing after 3m53s
CI / E2E (push) Failing after 35s
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Successful in 7m47s
CI / Lint (push) Failing after 20m58s
CodeQL / Analyze (go) (push) Has been cancelled
CI / Unit Tests (push) Failing after 11m40s
CI / Envtest Tests (push) Failing after 3m53s
CI / E2E (push) Failing after 35s
This commit is contained in:
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Virtual Kubelet Docker Build and Deploy
|
||||
on: [release]
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
||||
Reference in New Issue
Block a user