2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

Build docker image

This commit is contained in:
Oliver Walters
2021-03-31 22:45:42 +11:00
parent c0a0ca4588
commit ab57fd3b76
2 changed files with 62 additions and 0 deletions

16
.github/workflows/docker.yaml vendored Normal file
View File

@ -0,0 +1,16 @@
# Test that the docker file builds correctly
name: Docker
on: ["push", "pull_request"]
jobs:
docker:
runs-on: ubtun-latest
steps:
- uses: actions/checkout@v2
- name: Build Docker Image
run: docker build . --file docker/Dockerfile --tag inventree-:$(date +%s)