Skip to content

Commit 37147ba

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent 24b0f98 commit 37147ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pipelines/containers/container-template.jobs.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
echo >&2 "##vso[task.setvariable variable=EXTRA_BUILD_ARGS_${VAR_ID};]$EXTRA_BUILD_ARGS"
5050
displayName: "Get Image Name"
5151
env:
52-
VAR_ID: ${{ parameters.name }}
53-
MAKE_BUILD_CONTEXT: ${{ parameters.name }}-image-build-context
54-
MAKE_IMG_NAME_AND_TAG: ${{ parameters.name }}-image-name-and-tag
55-
MAKE_DOCKERFILE_PATH: ${{ parameters.name }}-image-dockerfile-path
56-
MAKE_EXTRA_BUILD_ARGS: ${{ parameters.name }}-image-build-args
52+
VAR_ID: ${{ image }}
53+
MAKE_BUILD_CONTEXT: ${{ image }}-image-build-context
54+
MAKE_IMG_NAME_AND_TAG: ${{ image }}-image-name-and-tag
55+
MAKE_DOCKERFILE_PATH: ${{ image }}-image-dockerfile-path
56+
MAKE_EXTRA_BUILD_ARGS: ${{ image }}-image-build-args
5757
5858
- template: container-template.steps.yaml
5959
parameters:
6060
arch: ${{ parameters.arch }}
61-
name: ${{ parameters.name }}
61+
name: ${{ image }}
6262
os: ${{ parameters.os }}

0 commit comments

Comments
 (0)