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 e610a6c commit ae34425
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .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"]'), '${{ env.service }})
if: contains(fromJSON('["aries-endorser-agent","aries-endorser-backup","aries-endorser-api"]'), matrix.service)
env:
service: ${{ matrix.service }}
# - name: Build and push Docker image
Expand All @@ -100,12 +100,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: 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 ae34425

Please sign in to comment.