Update main.workflow

This commit is contained in:
Fahmi Akbar Wildana 2019-09-06 17:40:48 +07:00 committed by GitHub
parent 98d826d1d6
commit 085973e2db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.github/main.workflow vendored Normal file
View file

@ -0,0 +1,8 @@
workflow "New workflow" {
resolves = ["GitHub Action for Docker"]
on = "push"
}
action "GitHub Action for Docker" {
uses = "actions/docker/cli@fe7ed3ce992160973df86480b83a2f8ed581cd50"
}