diff --git a/.github/workflows/deploy-front-edge.yml b/.github/workflows/deploy-front-edge.yml index 45341f2025eb..14404ca80d89 100644 --- a/.github/workflows/deploy-front-edge.yml +++ b/.github/workflows/deploy-front-edge.yml @@ -41,7 +41,7 @@ jobs: - name: Build the image on Cloud Build run: | chmod +x ./k8s/cloud-build.sh - ./k8s/cloud-build.sh front ./front/Dockerfile ../ + ./k8s/cloud-build.sh front ./front/Dockerfile ./ - name: Deploy the image on Kubernetes run: |