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 312c3d0 commit 90cb55d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
echo 'imageid=${{ steps.docker_build.outputs.imageid }}'
echo 'digest=${{ steps.docker_build.outputs.digest }}'
echo "${service}_digest=${digest}" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
if: contains(fromJSON('["aries-endorser-agent","aries-endorser-backup","aries-endorser-api","aries-endorser-proxy"]'), matrix.service)
env:
service: ${{ matrix.service}}
Expand Down Expand Up @@ -191,8 +192,10 @@ jobs:
- name: id
run: |
echo "${digest}"
echo "${needs}"
env:
digest: ${{ env.aries-endorser-api_digest }}
new: ${{ fromJson(needs.build )}}
- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 90cb55d

Please sign in to comment.