remove: GitHub Actions v1 workflow setting
This commit is contained in:
parent
5af287f677
commit
5b4ace2ae6
|
@ -1,9 +0,0 @@
|
|||
workflow "Main workflow" {
|
||||
on = "push"
|
||||
resolves = ["docker-build"]
|
||||
}
|
||||
|
||||
action "docker-build" {
|
||||
uses = "actions/docker/cli@master"
|
||||
args = "build -t peaceiris/actions-gh-deploy ."
|
||||
}
|
Loading…
Reference in New Issue