From 22a83f6b9a0f427fd719b55bf302e3077e248a93 Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Thu, 21 Dec 2023 14:05:59 -0800 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 679733a7..63b4012a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,13 +11,13 @@ concurrency: cancel-in-progress: true env: - GITHUB_IMAGE_REPO: ghcr.io/bcgov/dts-endorser-service/ + GITHUB_IMAGE_REPO: ghcr.io/rajpalc7/dts-endorser-service/ OPENSHIFT_IMAGE_REPO: image-registry.apps.silver.devops.gov.bc.ca/4a9599-tools/ APP_NAME: aries-endorser-service jobs: build: - if: (github.repository == 'bcgov/dts-endorser-service') || (github.event_name == 'workflow_dispatch') + if: (github.repository == 'rajpalc7/dts-endorser-service') || (github.event_name == 'workflow_dispatch') name: Build Image permissions: packages: write @@ -42,7 +42,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: ghcr.io/bcgov/dts-endorser-service/aries-endorser-service + images: ghcr.io/rajpalc7/dts-endorser-service/aries-endorser-service flavor: | latest=true tags: |