File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1818# LICENSE END
1919#
2020
21-
22-
23-
24-
25-
26-
2721name : Agent CI
2822on :
2923 pull_request :
3226 paths :
3327 - agent/**
3428 - containers/agent.Dockerfile
35- - .github/workflows/agent-container .yaml
29+ - .github/workflows/agent-ci .yaml
3630 push :
3731 branches :
3832 - main
4135 paths :
4236 - agent/**
4337 - containers/agent.Dockerfile
44- - .github/workflows/agent-container .yaml
38+ - .github/workflows/agent-ci .yaml
4539env :
4640 REGISTRY : ghcr.io
4741 IMAGE_NAME : ${{ github.repository }}
Original file line number Diff line number Diff line change 2828 paths :
2929 - operator/**
3030 - containers/operator.Dockerfile
31- - .github/workflows/operator-container .yaml
31+ - .github/workflows/operator-ci .yaml
3232 push :
3333 branches :
3434 - main
3737 paths :
3838 - operator/**/*.go
3939 - containers/operator.Dockerfile
40- - .github/workflows/operator-container .yaml
40+ - .github/workflows/operator-ci .yaml
4141
4242# NOTE: we may want to switch to matrix build for multi-platform support if this is taking too long
4343# https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
You can’t perform that action at this time.
0 commit comments