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 a930aeb commit 379a84a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
docker pull ${builder_image}
env:
builder_image: ${{ matrix.BUILDER_IMAGE }}
if: contains(fromJSON('["aries-endorser-agent"]'), matrix.service)
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)

- name: Setup and Build
id: build_image
uses: redhat-actions/s2i-build@v2
Expand All @@ -117,7 +117,7 @@ jobs:
builder_image: ${{ matrix.BUILDER_IMAGE }}
image: ghcr.io/rajpalc7/dts-endorser-service/${{ matrix.service }}
tags: ${{ env.TAGS }}
if: contains(fromJSON('["aries-endorser-agent"]'), matrix.service)
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)

- name: Push image
id: push
Expand All @@ -127,13 +127,13 @@ jobs:
image: ${{ steps.build_image.outputs.image }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
if: contains(fromJSON('["aries-endorser-agent"]'), matrix.service)
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)

- name: Print image url
run: |
echo "registry_path=${{ steps.push.outputs.registry-paths }}"
echo "digest=${{ steps.push.outputs.digest }}"
if: contains(fromJSON('["aries-endorser-agent"]'), matrix.service)
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)

- name: Display image results
run: |
Expand Down

0 comments on commit 379a84a

Please sign in to comment.