From 3f96640b549382706478cd06c19fd92970c99377 Mon Sep 17 00:00:00 2001 From: pida123 Date: Thu, 3 Aug 2023 16:06:03 +0200 Subject: [PATCH] fix filters cicd --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 463ecfed..fceafe6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,14 +56,14 @@ workflows: when: and: - equal: [ staging, << pipeline.git.branch >> ] - - << pipeline.git.tag >> + - true jobs: - build-push-docker-image: filters: tags: only: /^v.*/ branches: - only: staging + ignore: /.*/ - deploy-docker-image: env: stg requires: @@ -80,14 +80,14 @@ workflows: when: and: - equal: [ preprod, << pipeline.git.branch >> ] - - << pipeline.git.tag >> + - true jobs: - build-push-docker-image: filters: tags: only: /^v.*/ branches: - only: preprod + ignore: /.*/ - deploy-docker-image: env: ppd requires: @@ -104,7 +104,7 @@ workflows: when: and: - equal: [ main, << pipeline.git.branch >> ] - - << pipeline.git.tag >> + - true jobs: - build-push-docker-image: filters: