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 72bb5ed commit 396bddaCopy full SHA for 396bdda
.github/workflows/build-ubuntu-base-docker.yaml
@@ -10,6 +10,10 @@ on:
10
type: string
11
description: What working directory should be passed to the script
12
default: "containers/ubuntu"
13
+ build_context:
14
+ type: string
15
+ description: "The context of the build"
16
+ default: ${$(Get-Location).Path}/containers/ubuntu
17
docker_image_name:
18
19
description: 'Docker Image name?'
0 commit comments