From 29edf2207976574b2f3bf3ebaf08de96236d4490 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sun, 10 Nov 2024 02:09:00 +0100 Subject: [PATCH] ci(azure-pipelines): remove yaml anchor --- azure-pipelines.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index d05ab127c..9b9e75d1b 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -6,7 +6,7 @@ pool: 'Prod Private Agent Pool' jobs: - job: HelloWorld - container: &ubuntu + container: image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04' endpoint: devfra steps: @@ -17,7 +17,9 @@ jobs: echo See https://aka.ms/yaml displayName: 'Run a multi-line script' - job: ContainerTest - container: *ubuntu + container: + image: 'devfra.azurecr.io/de.fraport.trusted/ubuntu:22.04' + endpoint: devfra steps: - task: Docker@2 displayName: Image build test @@ -26,4 +28,3 @@ jobs: Dockerfile: docker/backend/Dockerfile buildContext: . tags: backend - \ No newline at end of file