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 Jan 19, 2024
1 parent 9cccfab commit cd7ea91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# - service: aries-endorser-proxy
# GIT_REPO_URL: BCDevOps/backup-container
# DOCKER_FILE_PATH: Dockerfile
# SOURCE_CONTEXT_DIR: /docker
# SOURCE_CONTEXT_DIR: /dsocker
- service: aries-endorser-api
GIT_REPO_URL: bcgov/aries-endorser-service
DOCKER_FILE_PATH: Dockerfile.endorser
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
path_context: ${{ matrix.PATH }}
# Builder image for a java project
builder_image: ${{ matrix.BUILDER_IMAGE }}
image: ghcr.io/rajpalc7/dts-endorser-service/${{ matrix.service }}
image: dts-endorser-service/${{ matrix.service }}
tags: ${{ env.TAGS }}
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)

Expand All @@ -127,6 +127,7 @@ jobs:
image: ${{ steps.build_image.outputs.image }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io/rajpalc7
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)

- name: Print image url
Expand Down

0 comments on commit cd7ea91

Please sign in to comment.