ci: fix gatekeeper dockerfile path
This commit is contained in:
parent
0715cac39b
commit
beb5ffcbdd
|
@ -199,7 +199,7 @@ stages:
|
||||||
containerRegistry: 'dockerhub'
|
containerRegistry: 'dockerhub'
|
||||||
repository: 'beryju/passbook-gatekeeper'
|
repository: 'beryju/passbook-gatekeeper'
|
||||||
command: 'buildAndPush'
|
command: 'buildAndPush'
|
||||||
Dockerfile: 'Dockerfile'
|
Dockerfile: 'gatekeeper/Dockerfile'
|
||||||
buildContext: 'gatekeeper/'
|
buildContext: 'gatekeeper/'
|
||||||
tags: 'gh-$(Build.SourceBranchName)'
|
tags: 'gh-$(Build.SourceBranchName)'
|
||||||
- job: build_static
|
- job: build_static
|
||||||
|
|
Reference in New Issue