mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Correct publish path
This commit is contained in:
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@@ -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"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user