mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
make the deploy task deploy to GKE (#2734)
Also always pulls the latest images from repos instead of relying on local cases. This makes it so that a local docker build is always fresh.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
createUberJar('deployJar', 'proxy_server', 'google.registry.proxy.ProxyServer')
|
||||
|
||||
task buildProxyImage(dependsOn: deployJar, type: Exec) {
|
||||
commandLine 'docker', 'build', '-t', 'proxy', '.'
|
||||
commandLine 'docker', 'build', '-t', 'proxy', '.', '--pull'
|
||||
}
|
||||
|
||||
task tagProxyImage(dependsOn: buildProxyImage, type: Exec) {
|
||||
|
||||
Reference in New Issue
Block a user