From c680c3c20efd9c9e87ec11f77e356ca8c036d35b Mon Sep 17 00:00:00 2001 From: AnasAhmedTMF Date: Tue, 21 Apr 2026 16:39:00 +0500 Subject: [PATCH] add docker file path --- .github/workflows/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index b27b52d..1c7225b 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -42,6 +42,11 @@ on: required: false default: '.' type: string + dockerfile_path: + description: 'Path to the Dockerfile' + required: false + default: 'Dockerfile' + type: string generate_docs: description: 'Run graphdoc generation and upload to GCS' required: false @@ -138,6 +143,7 @@ jobs: uses: docker/build-push-action@v4 with: context: ${{ inputs.docker_context }} + file: ${{ inputs.docker_context }}/${{ inputs.dockerfile_path }} push: true tags: ${{ secrets.GCP_REGISTRY }}/${{ secrets.GCP_PROJECT }}/${{ inputs.image_path }}:latest build-args: |