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