blob: 4ff7845b9d23ad55724b78950bc94d7d5a7a9e5e [file] [log] [blame]
workflow "Build & Release Manifest" {
on = "push"
resolves = ["manifest-build-and-tag"]
}
action "manifest-build-and-tag" {
uses = "./tools/docker/github"
runs = ["python", "tools/ci/manifest_build.py"]
secrets = ["GITHUB_TOKEN"]
}