From 029808a986abb161d7b38d2cccb751c1d6d5e32c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 11 Apr 2021 15:45:17 +1000 Subject: [PATCH] Fix workflow for publishing docker files --- .github/workflows/docker_publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_publish.yaml b/.github/workflows/docker_publish.yaml index 3b9ad13a98..6870754ad3 100644 --- a/.github/workflows/docker_publish.yaml +++ b/.github/workflows/docker_publish.yaml @@ -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