Correct publish path

This commit is contained in:
Lars
2019-07-13 13:24:56 +02:00
committed by GitHub
parent b92f6d47e7
commit 35dc22f3ff

View File

@@ -18,7 +18,7 @@ action "login" {
action "publish" {
uses = "elgohr/Publish-Docker-Github-Action@1.0"
args = "lgohr/publish-docker-github-action"
args = "docker.pkg.github.com/elgohr/Publish-Docker-Github-Action/publish-docker-github-action:latest"
needs = ["login"]
}