diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 874db355b..869e32628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,17 +31,22 @@ jobs: - name: report image with: # Name of runtime to implement the enrichment - CF_RUNTIME_NAME: 'codefresh-hosted' + #CF_RUNTIME_NAME: 'codefresh-hosted' + #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 - CF_API_KEY: ${{secrets.CF_API_KEY}} + #CF_API_KEY: ${{secrets.CF_API_KEY_STAG}} + CF_API_KEY: ${{secrets.CF_API_KEY_LOCAL}} # Name of Container registry integration - CF_CONTAINER_REGISTRY_INTEGRATION: 'docker' + #CF_CONTAINER_REGISTRY_INTEGRATION: 'docker-image' + CF_DOCKERHUB_USERNAME: 'viktorcodefresh' + CF_DOCKERHUB_PASSWORD: ${{secrets.CF_DOCKERHUB_PASSWORD}} # Name of Jira integration - CF_JIRA_INTEGRATION: 'jira' + CF_JIRA_INTEGRATION: 'j-g' # Image path to enrich CF_IMAGE: ${{env.CF_IMAGE}} @@ -52,8 +57,9 @@ jobs: # Jira project filter CF_JIRA_PROJECT_PREFIX: 'CR' + #CF_JIRA_PROJECT_PREFIX: 'TES' - # 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 }}" @@ -73,7 +79,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: | diff --git a/service.yaml b/service.yaml index a9d1386a1..08d69ebaa 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -red +pink