mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Use latest version in action
This commit is contained in:
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
@@ -1,6 +1,8 @@
|
||||
workflow "Publish Docker" {
|
||||
on = "push"
|
||||
resolves = ["logout"]
|
||||
resolves = [
|
||||
"logout"
|
||||
]
|
||||
}
|
||||
|
||||
action "login" {
|
||||
@@ -9,7 +11,7 @@ action "login" {
|
||||
}
|
||||
|
||||
action "publish" {
|
||||
uses = "./"
|
||||
uses = "elgohr/Publish-Docker-Github-Action@1.0"
|
||||
args = "lgohr/publish-docker-github-action"
|
||||
needs = ["login"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user