Merge pull request #1480 from SchrodingersGat/docker-build-fix

Fix directory
This commit is contained in:
Oliver 2021-04-18 20:24:16 +10:00 committed by GitHub
commit 3bb0f7dde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,9 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: cd
run: |
cd docker
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
@ -20,4 +23,4 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: inventree/inventree
tag_with_ref: true
dockerfile: docker/Dockerfile
dockerfile: ./Dockerfile