ci: fix gatekeeper building the wrong image
This commit is contained in:
		| @ -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: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer