From 715a9c10d84d87d971db6c36920b3f6511fe05dd Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Mon, 2 Aug 2021 21:05:02 +0300 Subject: [PATCH] ci runs on branches do not break docker main --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0468f5d..37766a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,7 +132,7 @@ jobs: - run: name: build and push to docker hub #command: docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag stepanusatiuk/writer:latest . - command: docker buildx build --push --platform linux/amd64 --tag stepanusatiuk/writer:latest . + command: docker buildx build --push --platform linux/amd64 --tag stepanusatiuk/writer:$CIRCLE_BRANCH . workflows: version: 2