diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0107ddbe..983ae3043 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -194,15 +194,13 @@ stages: pool: vmImage: 'ubuntu-latest' steps: - - task: CmdLine@2 - inputs: - script: cd gatekeeper - task: Docker@2 inputs: containerRegistry: 'dockerhub' repository: 'beryju/passbook-gatekeeper' command: 'buildAndPush' Dockerfile: 'Dockerfile' + buildContext: 'gatekeeper/' tags: 'gh-$(Build.SourceBranchName)' - job: build_static pool: