Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Dec 21, 2023
1 parent de6a7c0 commit 22a83f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 22a83f6

Please sign in to comment.