diff --git a/.github/workflows/communication-api.yml b/.github/workflows/communication-api.yml index c98c765..812b8da 100644 --- a/.github/workflows/communication-api.yml +++ b/.github/workflows/communication-api.yml @@ -29,7 +29,8 @@ jobs: # Docker variables IMAGE: communication-api - DOCKERFILE_PATH: ./src/Communication/Communication.Api/Dockerfile + DOCKERFILE_PATH: src/Communication/Communication.Api/Dockerfile + DOCKER_CONTEXT: . # Kubernetes variables CLUSTER_NAME: sit-cluster @@ -70,7 +71,7 @@ jobs: --tag "$REGION-docker.pkg.dev/$GOOGLE_PROJECT/$PROJECT_NAME/$IMAGE:latest" \ -f $DOCKERFILE_PATH \ --no-cache \ - . + $DOCKER_CONTEXT - name: Push Docker image run: |-