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 f7968f7 commit 1e9c68d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,10 @@ jobs:
matrix:
include:
- service: aries-endorser-agent
# - service: aries-endorser-db
# - service: aries-endorser-backup
- service: aries-endorser-db
- service: aries-endorser-backup
# - service: aries-endorser-proxy
# - service: aries-endorser-api
- service: aries-endorser-api

steps:
- name: id
Expand All @@ -205,7 +205,7 @@ jobs:
environment: ${{ env.ENVIRONMENT }}
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
github_image_name: ${{ env.GITHUB_IMAGE_REPO }}${{ matrix.service }}
image_digest: ${{ needs.build.outputs.aries-endorser-agent_digest }}
image_digest: ${{ format ( 'needs.build.outputs.{0}_digest', matrix.service) }}
openshift_image_name: ${{ env.OPENSHIFT_IMAGE_REPO }}${{ matrix.service }}
openshift_server_url: ${{ vars.OPENSHIFT_SERVER_URL }}
namespace: ${{ vars.NAMESPACE }}
Expand Down

0 comments on commit 1e9c68d

Please sign in to comment.