diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index cc3274d..6721e56 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -60,7 +60,7 @@ jobs: docker push ghcr.io/saetch/hasher_service:latest - run: | docker push ghcr.io/saetch/deightma_webui:latest - - run: docker build -f ./Cluster/vueWebUICluster\Dockerfile .\vueWebUICluster\ -t ghcr.io/saetch/deightma_webui_small:latest + - run: docker build -f ./Cluster/vueWebUICluster/Dockerfile -t ghcr.io/saetch/deightma_webui_small:latest ./Cluster/vueWebUICluster/ - run: docker push ghcr.io/saetch/deightma_webui_small:latest build-client: runs-on: Ubuntu-latest