From 0e4c6b5d8e48abba701fccf86a91848970039fa4 Mon Sep 17 00:00:00 2001 From: Victor Barba Date: Tue, 22 Mar 2022 16:12:42 +0100 Subject: [PATCH] setup gcp push --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 6ebd530a7..26fa181e6 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,7 +8,7 @@ definitions: - step: &build-image name: Build Container Image script: - - docker build -t jam-cloud jam-cloud . + - docker build -t jam-cloud . - docker save --output tmp-image.docker jam-cloud services: - docker