main
Last change
on this file was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
293 bytes
|
Line | |
---|
1 | steps:
|
---|
2 | - name: 'gcr.io/cloud-builders/docker'
|
---|
3 | args: ['build', '-t', '$_IMAGE', '.', '--build-arg', 'APP_ENV=$_APP_ENV']
|
---|
4 |
|
---|
5 | images: ['$_IMAGE']
|
---|
6 |
|
---|
7 | substitutions:
|
---|
8 | _IMAGE: 'europe-west3-docker.pkg.dev/mvp-masters/cloud-run-source-deploy/github.com/mvp-masters/mvpmasters-admin:${COMMIT_SHA}'
|
---|
Note:
See
TracBrowser
for help on using the repository browser.