2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-14 02:53:08 +00:00
2021-03-31 22:45:42 +11:00

16 lines
300 B
YAML

# 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)