diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 983ae3043..ffa9303f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -199,7 +199,7 @@ stages: containerRegistry: 'dockerhub' repository: 'beryju/passbook-gatekeeper' command: 'buildAndPush' - Dockerfile: 'Dockerfile' + Dockerfile: 'gatekeeper/Dockerfile' buildContext: 'gatekeeper/' tags: 'gh-$(Build.SourceBranchName)' - job: build_static