add secret for coturn-dns

This commit is contained in:
Victor Barba Martin 2021-11-15 18:05:12 +01:00
parent d565266265
commit 62e161a10c
2 changed files with 10 additions and 3 deletions

View File

@ -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