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 Feb 1, 2024
1 parent ccebc63 commit 095f299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Extract Values
id: extract
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)
run: echo "tags=$(echo ${{ steps.meta.outputs.tags }} | | grep -oE ':([^[:space:]]+)' | sed 's/://g' | tr '\n' ' ')
run: echo "tags=$(echo ${{ steps.meta.outputs.tags }} | grep -oE ':([^[:space:]]+)' | sed 's/://g' | tr '\n' ' ')

- name: Build database image
id: build_image
Expand Down

0 comments on commit 095f299

Please sign in to comment.