Skip to content

Commit a4ec004

Browse files
authored
Create image.yml
1 parent b5a1a0f commit a4ec004

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: hello-world
2+
on: push
3+
jobs:
4+
my-job:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: my-step
8+
run: echo "Hello World!"

0 commit comments

Comments
 (0)