Skip to content

Commit 4b7f838

Browse files
author
Dylan Pinn
committed
Update main.workflow
1 parent 37d23b7 commit 4b7f838

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/main.workflow

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "New workflow" {
2+
on = "push"
3+
resolves = ["GitHub Action for Docker"]
4+
}
5+
6+
action "GitHub Action for Docker" {
7+
uses = "actions/docker/cli@c08a5fc9e0286844156fefff2c141072048141f6"
8+
runs = "docker build ."
9+
}

0 commit comments

Comments
 (0)