We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2977e19 commit 7d152a4Copy full SHA for 7d152a4
.github/workflows/build-ubuntu-base-docker.yaml
@@ -51,9 +51,10 @@ jobs:
51
id: run-script
52
shell: pwsh
53
run: |
54
- $workingDirectory = Join-Path -Path "${{ github.workspace }}" -ChildPath "${{ inputs.working_directory }}"
+ $workingDirectory = "${{ github.workspace }}"
55
.\Run-Docker.ps1 `
56
-WorkingDirectory $workingDirectory `
57
+ -BuildContext ${{ inputs.build_context }} `
58
-PushDockerImage ${{ inputs.push_docker_image }} `
59
-DebugMode ${{ inputs.enable_debug_mode }} `
60
-DockerImageName ${{ inputs.docker_image_name }} `
0 commit comments