2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Better configuration of github repo

This commit is contained in:
Oliver Walters
2021-04-08 00:05:37 +10:00
parent 14aead038e
commit ed304f571a
3 changed files with 11 additions and 5 deletions

View File

@ -12,5 +12,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build Docker Image
run: docker build . --file docker/Dockerfile --tag inventree:$(date +%s)
run: cd docker && docker build . --tag inventree:$(date +%s)