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 18, 2024
1 parent ba89dce commit 9cbeb05
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,22 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Setup and Build
id: build_image
# - name: Setup and Build
# id: build_image
# uses: redhat-actions/s2i-build@v2
# with:
# path_context: docker/wallet/config
# # Builder image for a java project
# builder_image: 'registry.redhat.io/rhel9/postgresql-13'
# image: ${{ env.github_image_name }}
# tags: ${{ steps.meta.outputs.tags }}

- name: Aries Endorser DB S2I Build
uses: redhat-actions/s2i-build@v2
with:
path_context: docker/wallet/config
# Builder image for a java project
builder_image: 'registry.redhat.io/rhel9/postgresql-13'
image: ${{ env.github_image_name }}
image: ghcr.io/rajpalc7/dts-endorser-service/aries-endorser-db
tags: ${{ steps.meta.outputs.tags }}

- name: Display image results
Expand Down

0 comments on commit 9cbeb05

Please sign in to comment.