mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Remove old workflow
This commit is contained in:
11
.github/main.workflow
vendored
11
.github/main.workflow
vendored
@@ -1,11 +0,0 @@
|
||||
workflow "Publish" {
|
||||
resolves = [
|
||||
"test",
|
||||
]
|
||||
on = "push"
|
||||
}
|
||||
|
||||
action "test" {
|
||||
uses = "actions/docker/cli@master"
|
||||
args = "build ."
|
||||
}
|
||||
Reference in New Issue
Block a user