Check the dockerfile on pull request

This commit is contained in:
Maschell 2023-01-06 13:55:22 +01:00
parent 7eeadb500b
commit e3e73b1fac
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v3
- name: build lib
run: |
docker build . -f Dockerfile.buildlocal -t builder
docker build . -t tmp
docker build . -f Dockerfile.buildlocal -t builder
docker run --rm -v ${PWD}:/project builder make
- uses: actions/upload-artifact@master
with: