mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Publish on push
This commit is contained in:
4
.github/main.workflow
vendored
4
.github/main.workflow
vendored
@@ -1,8 +1,8 @@
|
||||
workflow "Publish Docker" {
|
||||
workflow "On Push" {
|
||||
resolves = [
|
||||
"logout",
|
||||
]
|
||||
on = "release"
|
||||
on = "push"
|
||||
}
|
||||
|
||||
action "login" {
|
||||
|
||||
Reference in New Issue
Block a user