diff --git a/.azure-pipelines/templates/build-image.yaml b/.azure-pipelines/templates/build-image.yaml index 179ca4450..6c02dbdbd 100644 --- a/.azure-pipelines/templates/build-image.yaml +++ b/.azure-pipelines/templates/build-image.yaml @@ -14,7 +14,7 @@ parameters: jobs: - job: ImageBuild_${{parameters.service.name}} displayName: Build ${{parameters.service.name}} image - condition: or(eq(variables.onMasterBranch, true), eq(variables.onUpdateBranch, true)) + # condition: or(eq(variables.onMasterBranch, true), eq(variables.onUpdateBranch, true)) container: image: devfra.azurecr.io/de.fraport.build/tools:1.1.0 endpoint: devfra @@ -53,7 +53,7 @@ jobs: docker push ${{variables.imageUpstream}}/${{parameters.service.name}}:$(Build.BuildNumber) - task: Bash@3 displayName: Update latest ${{parameters.service.name}} image - condition: eq(variables.onMasterBranch, true) + # condition: eq(variables.onMasterBranch, true) inputs: targetType: inline script: |