Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <rajpal.chauhan@gov.bc.ca>
  • Loading branch information
rajpalc7 committed Mar 6, 2024
1 parent 33069b2 commit 3c8d020
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ on:
description: 'Service to build and deploy'
required: true
default: 'aries-endorser-agent'
default: 'aries-endorser-git-agent'
git_repo_url:
description: 'Git repository URL'
required: true
default: 'hyperledger/aries-endorser-service'
git_ref:
description: 'Git reference (branch or tag)'
description: 'Git reference (branch or tag)'
required: false
default: ''
docker_file_path:
Expand Down Expand Up @@ -197,10 +198,8 @@ jobs:
id: apply_labels
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)
run: |
docker tag "${{ matrix.SOURCE_IMAGE_REGISTRY }}${{ matrix.SOURCE_IMAGE_NAME }}:${{ matrix.SOURCE_IMAGE_TAG }}" "${{ matrix.SERVICE }}:${{ steps.extract.outputs.tags }}"
docker push "${{ matrix.SERVICE }}:${{ steps.extract.outputs.tags }}"

echo "FROM "docker tag "${{ matrix.SOURCE_IMAGE_REGISTRY }}${{ matrix.SOURCE_IMAGE_NAME }}:${{ matrix.SOURCE_IMAGE_TAG }}" "${{ matrix.SERVICE }}:${{ steps.extract.outputs.tags }}"
docker push "${{ matrix.SERVICE }}:${{ steps.extract.outputs.tags }}"
- name: Push database image
id: push
Expand Down

0 comments on commit 3c8d020

Please sign in to comment.