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 25, 2024
1 parent c27af88 commit 8d1f3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ jobs:
run: |
echo "registry_path=${{ steps.push.outputs.registry-paths }}"
echo "digest=${{ steps.push.outputs.digest }}"
echo "${matrix.service}_digest=$digest\n" >> $GITHUB_OUTPUT
echo "${matrix.service}_digest=$digest" >> $GITHUB_OUTPUT
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)

- name: Display image results
id: digest
run: |
echo 'imageid=${{ steps.docker_build.outputs.imageid }}'
echo 'digest=${{ steps.docker_build.outputs.digest }}'
echo "${matrix.service}_digest=$digest\n" >> $GITHUB_OUTPUT
echo "${matrix.service}_digest=$digest" >> $GITHUB_OUTPUT
if: contains(fromJSON('["aries-endorser-agent","aries-endorser-backup","aries-endorser-api","aries-endorser-proxy"]'), matrix.service)

deploy2dev:
Expand Down

0 comments on commit 8d1f3be

Please sign in to comment.