add secret for coturn-dns
This commit is contained in:
parent
d565266265
commit
62e161a10c
|
|
@ -17,7 +17,7 @@ pipelines:
|
|||
default:
|
||||
- parallel:
|
||||
- step:
|
||||
name: Build and Test
|
||||
name: Build images
|
||||
script:
|
||||
- docker build . --file docker/coturn/Dockerfile --tag coturn
|
||||
- docker build . --file docker/coturn-dns/Dockerfile --tag coturn-dns
|
||||
|
|
@ -34,7 +34,7 @@ pipelines:
|
|||
branches:
|
||||
main:
|
||||
- step:
|
||||
name: Build and Test
|
||||
name: Build images
|
||||
script:
|
||||
- docker build . --file docker/coturn/Dockerfile --tag coturn
|
||||
- docker build . --file docker/coturn-dns/Dockerfile --tag coturn-dns
|
||||
|
|
@ -47,7 +47,7 @@ pipelines:
|
|||
artifacts:
|
||||
- "*.tar"
|
||||
- step:
|
||||
name: Push docker images to GCR
|
||||
name: Push images
|
||||
image: google/cloud-sdk:alpine
|
||||
script:
|
||||
# Authenticating with the service account key file
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue