From 4c8e4dd7e32667b578a4c63589ea78c60411f2ce Mon Sep 17 00:00:00 2001 From: Tatsat Mishra Date: Sat, 25 May 2024 05:11:17 +1200 Subject: [PATCH] test with variables --- .github/workflows/build-publish-az-pipeline-poc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-publish-az-pipeline-poc.yml b/.github/workflows/build-publish-az-pipeline-poc.yml index cd5eb35d..78fa96b2 100644 --- a/.github/workflows/build-publish-az-pipeline-poc.yml +++ b/.github/workflows/build-publish-az-pipeline-poc.yml @@ -12,6 +12,8 @@ trigger: none variables: CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning + LinuxContainerImage: 'mcr.microsoft.com/onebranch/cbl-mariner/build:2.0' # Docker image which is used to build the project https://aka.ms/obpipelines/containers + DEBIAN_FRONTEND: noninteractive resources: repositories: