We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d23b7 commit 4b7f838Copy full SHA for 4b7f838
.github/main.workflow
@@ -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