ci: fix gatekeeper dockerfile path

This commit is contained in:
Jens Langhammer 2020-07-07 18:48:24 +02:00
parent 0715cac39b
commit beb5ffcbdd
1 changed files with 1 additions and 1 deletions

View File

@ -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