Skip to content

Commit d76d48e

Browse files
TWiStErRobtnyblom
authored andcommitted
Add CI for Dockerfile
1 parent 98e04b4 commit d76d48e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,16 @@ jobs:
6767
set -e
6868
make INSTALL_ROOT="${PWD}"/ROOT install
6969
find ROOT | sort
70+
71+
docker:
72+
name: Check Dockerfile
73+
runs-on: ubuntu-latest
74+
steps:
75+
- name: 'Checkout Git branch'
76+
uses: actions/checkout@v3
77+
with:
78+
submodules: true
79+
80+
- name: 'Build'
81+
run: |-
82+
docker build .

0 commit comments

Comments
 (0)