mirror of https://github.com/kern/filepizza
Update main.workflow
parent
a414f43925
commit
e94e55e225
@ -1,9 +1,9 @@
|
||||
workflow "Build and deploy on push" {
|
||||
resolves = ["Docker Registry"]
|
||||
workflow "Build on push" {
|
||||
resolves = ["Docker build, tag, and push"]
|
||||
on = "push"
|
||||
}
|
||||
|
||||
action "Docker Registry" {
|
||||
uses = "actions/docker/login@8cdf801b322af5f369e00d85e9cf3a7122f49108"
|
||||
action "Docker build, tag, and push" {
|
||||
uses = "pangzineng/Github-Action-One-Click-Docker@master"
|
||||
secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue