mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
goreleaser added
This commit is contained in:
parent
7221fc8200
commit
5dc784f3b2
1 changed files with 0 additions and 18 deletions
18
.github/main.workflow
vendored
18
.github/main.workflow
vendored
|
@ -1,18 +0,0 @@
|
|||
workflow "Release" {
|
||||
on = "push"
|
||||
resolves = ["goreleaser"]
|
||||
}
|
||||
|
||||
action "is-tag" {
|
||||
uses = "actions/bin/filter@master"
|
||||
args = "tag"
|
||||
}
|
||||
|
||||
action "goreleaser" {
|
||||
uses = "docker://goreleaser/goreleaser"
|
||||
secrets = [
|
||||
"GITHUB_TOKEN",
|
||||
]
|
||||
args = "release"
|
||||
needs = ["is-tag"]
|
||||
}
|
Loading…
Add table
Reference in a new issue