Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
ccb15adf
Commit
ccb15adf
authored
Dec 28, 2020
by
Aliaksandr Ramanovich (EPAM)
Browse files
parametrize containerization stage
parent
ff502037
Pipeline
#20245
passed with stages
in 37 minutes and 6 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
provider/notification-gcp/cloudbuild/cloudbuild.yaml
View file @
ccb15adf
...
...
@@ -20,11 +20,11 @@ steps:
'
build'
,
'
--build-arg'
,
'
PROVIDER_NAME=${_PROVIDER_NAME}'
,
'
--build-arg'
,
'
PORT=${_PORT}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
os-notification/notification
-${_PROVIDER_NAME}:${_SHORT_SHA}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
os-notification/notification
-${_PROVIDER_NAME}:latest'
,
'
-f'
,
'
provider/
notification
-${_PROVIDER_NAME}/cloudbuild/Dockerfile.cloudbuild'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}:${_SHORT_SHA}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}:latest'
,
'
-f'
,
'
provider/
${_GCP_SERVICE}
-${_PROVIDER_NAME}/cloudbuild/Dockerfile.cloudbuild'
,
'
.'
]
images
:
-
'
gcr.io/$PROJECT_ID/
os-notification/notification
-${_PROVIDER_NAME}'
-
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment