2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-17 12:33:08 +00:00
2021-03-31 22:48:58 +11:00

16 lines
301 B
YAML

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