From 41117d873deb1813fc5257a19cce4fea1fe98948 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 7 Jul 2020 18:23:15 +0200 Subject: [PATCH] ci: fix gatekeeper building the wrong image --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: