From de2ed41fd76ae1f426e521263e4ca10f0fae72ed Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Mon, 15 Aug 2022 17:07:25 +0300 Subject: [PATCH 01/29] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 874db355b..dd63ad3d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Checkout csdp-salesdemo_applications uses: actions/checkout@v3 with: - repository: idan-codefresh/canary-rollout # change to real repo + repository: victor-khazanov/canary-rollout # change to real repo path: . - name: Update application version run: | From 2c709c70972e20f9781c143492fda83c4c75b0f1 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Mon, 15 Aug 2022 17:23:44 +0300 Subject: [PATCH 02/29] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd63ad3d5..06419be52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: CF_API_KEY: ${{secrets.CF_API_KEY}} # Name of Container registry integration - CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' + CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-demo' # Name of Jira integration CF_JIRA_INTEGRATION: 'jira' From de4801d3ee54e9f3bfc32cc6d323f56f2e18609d Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Mon, 15 Aug 2022 17:33:05 +0300 Subject: [PATCH 03/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +blue From 8679a2b0c782b11f6d543ae8f3dc396d0231d006 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Mon, 15 Aug 2022 17:34:29 +0300 Subject: [PATCH 04/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +green From 275cdc945e6117cc9f76c79485d674c1688c29d3 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Wed, 17 Aug 2022 19:02:56 +0300 Subject: [PATCH 05/29] dd --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06419be52..fede4d30d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-demo' # Name of Jira integration - CF_JIRA_INTEGRATION: 'jira' + CF_JIRA_INTEGRATION: 'jira-1' # Image path to enrich CF_IMAGE: ${{env.CF_IMAGE}} From ddbeaae0f112e1d80bf80a8169414e681a471bec Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Mon, 22 Aug 2022 19:09:55 +0300 Subject: [PATCH 06/29] cr-1234 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fede4d30d..dd63ad3d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,10 @@ jobs: CF_API_KEY: ${{secrets.CF_API_KEY}} # Name of Container registry integration - CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-demo' + CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' # Name of Jira integration - CF_JIRA_INTEGRATION: 'jira-1' + CF_JIRA_INTEGRATION: 'jira' # Image path to enrich CF_IMAGE: ${{env.CF_IMAGE}} From 6dd4c9f3866bb0506315ee87011bf5081ee3737a Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Mon, 22 Aug 2022 19:12:35 +0300 Subject: [PATCH 07/29] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd63ad3d5..c2b5d405a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: CF_API_KEY: ${{secrets.CF_API_KEY}} # Name of Container registry integration - CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' + CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-1' # Name of Jira integration CF_JIRA_INTEGRATION: 'jira' From 4cecad1b5b9ba3817a4a024b18f22d4c7570690c Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Mon, 22 Aug 2022 19:13:59 +0300 Subject: [PATCH 08/29] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2b5d405a..dd63ad3d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: CF_API_KEY: ${{secrets.CF_API_KEY}} # Name of Container registry integration - CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-1' + CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' # Name of Jira integration CF_JIRA_INTEGRATION: 'jira' From 4021baeda5ac5f64da196cab5f0e982e8e36caef Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Sun, 28 Aug 2022 17:41:37 +0300 Subject: [PATCH 09/29] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd63ad3d5..3f38bf353 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: # Jira project filter CF_JIRA_PROJECT_PREFIX: 'CR' - # String starting with the issue ID to associate with image + ## String starting with the issue ID to associate with image CF_JIRA_MESSAGE: "${{ github.event.pull_request.head.ref }}" CF_GIT_BRANCH: "${{ github.event.pull_request.head.ref }}" From 836e124bca8eaac5b9702abbbb38e11d59fd39ae Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Sun, 28 Aug 2022 17:46:39 +0300 Subject: [PATCH 10/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 385f2581aab5d909f7dcddf9e0c99b0d6c18aa38 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Sun, 28 Aug 2022 17:50:35 +0300 Subject: [PATCH 11/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a5b73ed2e 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +green From 2d23c0e757c126a9ae5c8a6218e0fa473856c850 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Thu, 1 Sep 2022 18:45:04 +0300 Subject: [PATCH 12/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a5b73ed2e..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -green +blue From 58c25992450c8c640430d81de47132cbce00bdfa Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Thu, 1 Sep 2022 18:45:32 +0300 Subject: [PATCH 13/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..a9d1386a1 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +red From 40a56ba912c3e203beddf55a7ab7dd4bb10033ac Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Sun, 25 Sep 2022 11:51:47 +0300 Subject: [PATCH 14/29] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f38bf353..058b2c366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,10 @@ jobs: CF_API_KEY: ${{secrets.CF_API_KEY}} # Name of Container registry integration - CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' + CF_CONTAINER_REGISTRY_INTEGRATION: 'test-docker' # Name of Jira integration - CF_JIRA_INTEGRATION: 'jira' + CF_JIRA_INTEGRATION: 'test-jira' # Image path to enrich CF_IMAGE: ${{env.CF_IMAGE}} From 323508788cb7be22074810197106ef30750c737b Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Sun, 25 Sep 2022 11:59:04 +0300 Subject: [PATCH 15/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index a9d1386a1..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +blue From 5b8036f583b8572e6aead00061fa3aad60c0ba96 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Sun, 2 Oct 2022 18:47:21 +0300 Subject: [PATCH 16/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..08d69ebaa 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +pink From 0fd9924ddb18c3f8e6631dc959df00e6bea316c7 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Mon, 3 Oct 2022 19:25:40 +0300 Subject: [PATCH 17/29] Update ci.yml --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 058b2c366..4c6e4415f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,11 +31,12 @@ jobs: - name: report image with: # Name of runtime to implement the enrichment - CF_RUNTIME_NAME: 'codefresh-hosted' + #CF_RUNTIME_NAME: 'codefresh-hosted' + CF_HOST: 'https://victor.pipeline-team.cf-cd.com' # Codefresh API key !! Committing a plain text token is a security risk. We highly recommend using an encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets - CF_API_KEY: ${{secrets.CF_API_KEY}} + CF_API_KEY: ${{secrets.CF_API_KEY_STAG}} # Name of Container registry integration CF_CONTAINER_REGISTRY_INTEGRATION: 'test-docker' @@ -51,7 +52,8 @@ jobs: CF_GITHUB_TOKEN: ${{secrets.PAT}} # Jira project filter - CF_JIRA_PROJECT_PREFIX: 'CR' + #CF_JIRA_PROJECT_PREFIX: 'CR' + CF_JIRA_PROJECT_PREFIX: 'TES' ## String starting with the issue ID to associate with image CF_JIRA_MESSAGE: "${{ github.event.pull_request.head.ref }}" From 8f11149438059be7d92c09114378ee915b18da0f Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Mon, 3 Oct 2022 19:27:02 +0300 Subject: [PATCH 18/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08d69ebaa..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -pink +blue From 8422c4115fc798078c1c06bf5be32e0188c6a3fc Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Thu, 6 Oct 2022 12:39:43 +0300 Subject: [PATCH 19/29] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c6e4415f..884914321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,8 @@ jobs: # Codefresh API key !! Committing a plain text token is a security risk. We highly recommend using an encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets - CF_API_KEY: ${{secrets.CF_API_KEY_STAG}} + #CF_API_KEY: ${{secrets.CF_API_KEY_STAG}} + CF_API_KEY: ${{secrets.CF_API_KEY}} # Name of Container registry integration CF_CONTAINER_REGISTRY_INTEGRATION: 'test-docker' From fc94286849a0ba4bc8323a555e112c626180008a Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Thu, 6 Oct 2022 12:48:39 +0300 Subject: [PATCH 20/29] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 884914321..b595d3606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,10 +40,10 @@ jobs: CF_API_KEY: ${{secrets.CF_API_KEY}} # Name of Container registry integration - CF_CONTAINER_REGISTRY_INTEGRATION: 'test-docker' + CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-image' # Name of Jira integration - CF_JIRA_INTEGRATION: 'test-jira' + CF_JIRA_INTEGRATION: 'jira-image' # Image path to enrich CF_IMAGE: ${{env.CF_IMAGE}} From 0f11ca927026051792c6bb5e98d0ba3b9cff5012 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Thu, 6 Oct 2022 14:06:35 +0300 Subject: [PATCH 21/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..08d69ebaa 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +pink From 0096de2c9037c3346697da562f81df3b0cfbeb7a Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Thu, 6 Oct 2022 20:27:21 +0300 Subject: [PATCH 22/29] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b595d3606..040e146ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-image' # Name of Jira integration - CF_JIRA_INTEGRATION: 'jira-image' + CF_JIRA_INTEGRATION: 'jira-image-prod' # Image path to enrich CF_IMAGE: ${{env.CF_IMAGE}} @@ -53,8 +53,8 @@ jobs: CF_GITHUB_TOKEN: ${{secrets.PAT}} # Jira project filter - #CF_JIRA_PROJECT_PREFIX: 'CR' - CF_JIRA_PROJECT_PREFIX: 'TES' + CF_JIRA_PROJECT_PREFIX: 'CR' + #CF_JIRA_PROJECT_PREFIX: 'TES' ## String starting with the issue ID to associate with image CF_JIRA_MESSAGE: "${{ github.event.pull_request.head.ref }}" From 92a3b9ced8176707b614b13a14d585d2fda7f941 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Thu, 6 Oct 2022 20:31:26 +0300 Subject: [PATCH 23/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 08d69ebaa..24560d9b8 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -pink +blue From 613d3ad5a895854fa0e1a7353feefcb93d46efd5 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Wed, 19 Oct 2022 14:51:46 +0300 Subject: [PATCH 24/29] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 040e146ea..b78b56ad4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,13 @@ jobs: # Codefresh API key !! Committing a plain text token is a security risk. We highly recommend using an encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets #CF_API_KEY: ${{secrets.CF_API_KEY_STAG}} - CF_API_KEY: ${{secrets.CF_API_KEY}} + CF_API_KEY: ${{secrets.CF_API_KEY_LOCAL}} # Name of Container registry integration CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-image' # Name of Jira integration - CF_JIRA_INTEGRATION: 'jira-image-prod' + CF_JIRA_INTEGRATION: 'jira-image' # Image path to enrich CF_IMAGE: ${{env.CF_IMAGE}} @@ -53,8 +53,8 @@ jobs: CF_GITHUB_TOKEN: ${{secrets.PAT}} # Jira project filter - CF_JIRA_PROJECT_PREFIX: 'CR' - #CF_JIRA_PROJECT_PREFIX: 'TES' + #CF_JIRA_PROJECT_PREFIX: 'CR' + CF_JIRA_PROJECT_PREFIX: 'TES' ## String starting with the issue ID to associate with image CF_JIRA_MESSAGE: "${{ github.event.pull_request.head.ref }}" From c7eea40879d1bd37ac2b16dcf8644709ce9c9c86 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Wed, 19 Oct 2022 15:02:41 +0300 Subject: [PATCH 25/29] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78b56ad4..f5f4fb0f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,8 @@ jobs: with: # Name of runtime to implement the enrichment #CF_RUNTIME_NAME: 'codefresh-hosted' - CF_HOST: 'https://victor.pipeline-team.cf-cd.com' + CF_RUNTIME_NAME: 'codefresh-g-v2' + #CF_HOST: 'https://victor.pipeline-team.cf-cd.com' # Codefresh API key !! Committing a plain text token is a security risk. We highly recommend using an encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From 7365c0501c45cb2dbec5ef0b4f6e93b22ca2af2c Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Wed, 19 Oct 2022 15:15:39 +0300 Subject: [PATCH 26/29] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5f4fb0f6..f7c627806 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: with: # Name of runtime to implement the enrichment #CF_RUNTIME_NAME: 'codefresh-hosted' - CF_RUNTIME_NAME: 'codefresh-g-v2' - #CF_HOST: 'https://victor.pipeline-team.cf-cd.com' + #CF_RUNTIME_NAME: 'codefresh-g-v2' + CF_HOST: 'https://victor.pipeline-team.cf-cd.com' # Codefresh API key !! Committing a plain text token is a security risk. We highly recommend using an encrypted secrets. !! # Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets From dda20c39521a5f3eec4f641026a05d51f20f1cc4 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Wed, 19 Oct 2022 18:00:43 +0300 Subject: [PATCH 27/29] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7c627806..df306d8de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-image' # Name of Jira integration - CF_JIRA_INTEGRATION: 'jira-image' + CF_JIRA_INTEGRATION: 'j-g' # Image path to enrich CF_IMAGE: ${{env.CF_IMAGE}} @@ -54,8 +54,8 @@ jobs: CF_GITHUB_TOKEN: ${{secrets.PAT}} # Jira project filter - #CF_JIRA_PROJECT_PREFIX: 'CR' - CF_JIRA_PROJECT_PREFIX: 'TES' + CF_JIRA_PROJECT_PREFIX: 'CR' + #CF_JIRA_PROJECT_PREFIX: 'TES' ## String starting with the issue ID to associate with image CF_JIRA_MESSAGE: "${{ github.event.pull_request.head.ref }}" From 729edd42ac7b273e37031cc2d89fe5d47c0c7ea2 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Wed, 19 Oct 2022 18:09:04 +0300 Subject: [PATCH 28/29] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df306d8de..869e32628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,9 @@ jobs: CF_API_KEY: ${{secrets.CF_API_KEY_LOCAL}} # Name of Container registry integration - CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-image' + #CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-image' + CF_DOCKERHUB_USERNAME: 'viktorcodefresh' + CF_DOCKERHUB_PASSWORD: ${{secrets.CF_DOCKERHUB_PASSWORD}} # Name of Jira integration CF_JIRA_INTEGRATION: 'j-g' From 2e30f29b41298cc9cbf96705a9001debddaa12d4 Mon Sep 17 00:00:00 2001 From: Victor Khazanov Date: Sun, 23 Oct 2022 13:10:07 +0300 Subject: [PATCH 29/29] Update service.yaml --- service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 24560d9b8..08d69ebaa 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -blue +pink