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 8440678 commit ad00ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +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 }} )

# - name: Build and push Docker image
# id: docker_build
Expand All @@ -107,7 +108,7 @@ jobs:
builder_image: ${{ matrix.BUILDER_IMAGE }}
image: ghcr.io/rajpalc7/dts-endorser-service/${{ matrix.service }}
tags: ${{ env.TAGS }}
if: contains(fromJson(['aries-endorser-db']), ${{ matrix.service }} )
# if: contains(["aries-endorser-db"], 'aries-endorser-agent')

- name: Push image
id: push
Expand Down

0 comments on commit ad00ef5

Please sign in to comment.