Merge pull request #1452 from SchrodingersGat/workflow-fox

Fix workflow for publishing docker files
This commit is contained in:
Oliver 2021-04-11 15:45:40 +10:00 committed by GitHub
commit 471d009e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: inventree/inventree
tag_with_ref: true
context: docker/inventree
dockerfile: docker/inventree/Dockerfile
nginx_image:
name: Push InvenTree nginx image to dockerhub
@ -35,4 +35,4 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
repository: inventree/nginx
tag_with_ref: true
context: docker/nginx
dockerfile: docker/nginx/Dockerfile