mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Build docker image
This commit is contained in:
16
.github/workflows/docker.yaml
vendored
Normal file
16
.github/workflows/docker.yaml
vendored
Normal 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)
|
||||
|
Reference in New Issue
Block a user