From 39993170aa4fad03d5049512d3e63d92aa78624d Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Mon, 15 Nov 2021 17:38:20 +0100 Subject: [PATCH] refactor pipeline --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"