From 858832bff23f6f69701376004dbfbbbd21468c93 Mon Sep 17 00:00:00 2001 From: Saetch Date: Sat, 29 Jun 2024 12:07:19 +0200 Subject: [PATCH] updated extra build --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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