Update main.workflow

pull/106/head
Alex Kern 7 years ago committed by GitHub
parent a414f43925
commit e94e55e225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,9 @@
workflow "Build and deploy on push" { workflow "Build on push" {
resolves = ["Docker Registry"] resolves = ["Docker build, tag, and push"]
on = "push" on = "push"
} }
action "Docker Registry" { action "Docker build, tag, and push" {
uses = "actions/docker/login@8cdf801b322af5f369e00d85e9cf3a7122f49108" uses = "pangzineng/Github-Action-One-Click-Docker@master"
secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"] secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"]
} }

Loading…
Cancel
Save