From 640f3bbba550452c5f1c8afd010435da86c4cfea Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 13 Feb 2025 11:10:51 +0100 Subject: [PATCH] ci(azure-pipelines): tweak image artifact name/location --- .azure-pipelines/templates/jobs/setup_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/setup_image.yaml b/.azure-pipelines/templates/jobs/setup_image.yaml index 5fd943d0a..0e751cec4 100644 --- a/.azure-pipelines/templates/jobs/setup_image.yaml +++ b/.azure-pipelines/templates/jobs/setup_image.yaml @@ -63,7 +63,7 @@ jobs: displayName: Publish image as artifact inputs: PathtoPublish: '$(Build.ArtifactStagingDirectory)' - ArtifactName: ${{parameters.imageName}} + ArtifactName: Image_${{parameters.imageName}} publishLocation: 'Container' - task: Docker@2 displayName: Logout from container registry