mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Rerun release
This commit is contained in:
22
.github/main.workflow
vendored
22
.github/main.workflow
vendored
@@ -1,14 +1,3 @@
|
||||
workflow "Release" {
|
||||
on = "push"
|
||||
resolves = ["create release"]
|
||||
}
|
||||
|
||||
action "create release" {
|
||||
uses = "elgohr/Github-Hub-Action@1.0"
|
||||
args = "release create $(date +%Y%m%d%H%M%S)"
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
}
|
||||
|
||||
workflow "Publish Docker" {
|
||||
resolves = [
|
||||
"logout",
|
||||
@@ -32,3 +21,14 @@ action "logout" {
|
||||
args = "logout"
|
||||
needs = ["publish"]
|
||||
}
|
||||
|
||||
workflow "Release" {
|
||||
on = "push"
|
||||
resolves = ["create release"]
|
||||
}
|
||||
|
||||
action "create release" {
|
||||
uses = "elgohr/Github-Hub-Action@1.0"
|
||||
args = "release create $(date +%Y%m%d%H%M%S)"
|
||||
secrets = ["GITHUB_TOKEN"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user