mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
Publish to Github registry
This commit is contained in:
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
@@ -8,9 +8,10 @@ workflow "Publish Docker" {
|
||||
action "login" {
|
||||
uses = "actions/docker/login@8cdf801b322af5f369e00d85e9cf3a7122f49108"
|
||||
secrets = [
|
||||
"DOCKER_USERNAME",
|
||||
"DOCKER_PASSWORD",
|
||||
"DOCKER_USERNAME",
|
||||
]
|
||||
args = "docker.pkg.github.com"
|
||||
}
|
||||
|
||||
action "publish" {
|
||||
|
||||
Reference in New Issue
Block a user