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 ad00ef5 commit c129453
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha,value=latest
if: contains(fromJSON('["aries-endorser-agent","aries-endorser-backup","aries-endorser-api"]'), ${{ matrix.service }} )
if: contains(fromJSON('["aries-endorser-agent","aries-endorser-backup","aries-endorser-api"]'), 'aries-endorser-db')

# - name: Build and push Docker image
# id: docker_build
Expand All @@ -99,6 +99,12 @@ jobs:
# cache-to: type=gha,mode=max
# if: contains(fromJSON(['aries-endorser-agent','aries-endorser-backup','aries-endorser-api']), ${{ matrix.service }} )

- name: Pull base image
id: pull_build_image
run: |
docker pull $builder_image
env:
builder_image: ${{ matrix.BUILDER_IMAGE }}
- name: Setup and Build
id: build_image
uses: redhat-actions/s2i-build@v2
Expand Down

0 comments on commit c129453

Please sign in to comment.