From beb5ffcbddea59f27ee86d27c8710e7b9094e969 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 7 Jul 2020 18:48:24 +0200 Subject: [PATCH] ci: fix gatekeeper dockerfile path --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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