ci: fix gatekeeper building the wrong image

This commit is contained in:
Jens Langhammer 2020-07-07 18:23:15 +02:00
parent 231e448b1a
commit 41117d873d
1 changed files with 1 additions and 3 deletions

View File

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