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