@leverege/build-tools 2.62.0-alpha.3 → 2.62.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/DockerPy.mjs
CHANGED
|
@@ -184,7 +184,7 @@ async function buildContainerImage( {
|
|
|
184
184
|
setPreviousBuild( imageVersion ) // update docker/.previous file
|
|
185
185
|
|
|
186
186
|
const { fullName : builderName } = await getGcpAccount()
|
|
187
|
-
const gcloudBuild = `
|
|
187
|
+
const gcloudBuild = `gcloud builds submit --project ${artifactProject}`
|
|
188
188
|
const gcloudLogs = `--gcs-log-dir ${formCloudBuildBucketName( artifactProject )}/log`
|
|
189
189
|
let gcloudTags = `--tag ${imageName}:${imageVersion}`
|
|
190
190
|
|