Skip to content

Commit 7d152a4

Browse files
committed
update
1 parent 2977e19 commit 7d152a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-ubuntu-base-docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151
id: run-script
5252
shell: pwsh
5353
run: |
54-
$workingDirectory = Join-Path -Path "${{ github.workspace }}" -ChildPath "${{ inputs.working_directory }}"
54+
$workingDirectory = "${{ github.workspace }}"
5555
.\Run-Docker.ps1 `
5656
-WorkingDirectory $workingDirectory `
57+
-BuildContext ${{ inputs.build_context }} `
5758
-PushDockerImage ${{ inputs.push_docker_image }} `
5859
-DebugMode ${{ inputs.enable_debug_mode }} `
5960
-DockerImageName ${{ inputs.docker_image_name }} `

0 commit comments

Comments
 (0)