Add GH actions workflow

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

@ -0,0 +1,9 @@
workflow "Build and deploy on push" {
resolves = ["Docker Registry"]
on = "push"
}
action "Docker Registry" {
uses = "actions/docker/login@8cdf801b322af5f369e00d85e9cf3a7122f49108"
secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"]
}
Loading…
Cancel
Save