mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix workflow for publishing docker files
This commit is contained in:
parent
effd547260
commit
029808a986
4
.github/workflows/docker_publish.yaml
vendored
4
.github/workflows/docker_publish.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user