Skip to content

Commit 9028c86

Browse files
committed
Build on push to see that it works
1 parent 92cbdb1 commit 9028c86

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on: push
2+
name: Build image
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@master
8+
- name: Build
9+
run: |
10+
docker build .

0 commit comments

Comments
 (0)