diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d205a36..d168511 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -36,7 +36,7 @@ pipelines: - step: name: Build and Test script: - - docker build . --file docker/coturn/Dockerfile --tag coturn-dns + - docker build . --file docker/coturn/Dockerfile --tag coturn - docker build . --file docker/coturn-dns/Dockerfile --tag coturn-dns - docker save coturn --output "coturn.tar" - docker save coturn-dns --output "coturn-dns.tar"