diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-test.yml index af9ad1b89..9cef04367 100644 --- a/.github/workflows/manual-test.yml +++ b/.github/workflows/manual-test.yml @@ -9,10 +9,10 @@ on: workflow_dispatch: inputs: tool: - description: "Tool to test. Must match filepath: //version/Dockerfile" + description: "Tool to test. Must match filepath: /build-files//version/Dockerfile" required: true version: - description: "Version to test. Must match filepath: /tool//Dockerfile" + description: "Version to test. Must match filepath: /build-files/tool//Dockerfile" required: true jobs: @@ -20,6 +20,6 @@ jobs: build-to-test: uses: ./.github/workflows/build-to-test.yml with: - path_to_context: "./${{ github.event.inputs.tool }}/${{ github.event.inputs.version }}" + path_to_context: "./build-files/${{ github.event.inputs.tool }}/${{ github.event.inputs.version }}" dockerfile_name: "Dockerfile" cache: ${{ github.event.inputs.tool }}