From 802337a62b530270b5b74de58ad476116ec848fb Mon Sep 17 00:00:00 2001 From: "Evans Aboge (from Dev Box)" Date: Thu, 17 Apr 2025 12:55:43 +0300 Subject: [PATCH] Fix: Depend on previous stage --- .azure-pipelines/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index e8545e45bca..842fca8f663 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -165,7 +165,7 @@ extends: - stage: PushDockerImageToRegistry condition: and(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])), not(contains(variables['Build.SourceBranch'], '-preview'))) - dependsOn: [] + dependsOn: stage displayName: 'Push docker image' jobs: - job: PushDockerImage