diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b3e878b7..78ba6a80 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -164,8 +164,9 @@ jobs: id: extract if: contains(fromJSON('["aries-endorser-db"]'), matrix.service) run: | - echo "tags=$(echo '${{ steps.meta.outputs.tags }}' | grep -oE ':([^[:space:]]+)' | sed '/enhancement/d' | sed 's/://g' | tr '\n' ' ')" >> $GITHUB_OUTPUT + echo "tags=$(echo '${{ steps.meta.outputs.tags }}' | grep -oE ':([^[:space:]]+)' | sed '/label/d' | sed 's/://g' | tr '\n' ' ')" >> $GITHUB_OUTPUT single_tag=$( cut -d " " -f 1 << "$tags" ) >> $GITHUB_OUTPUT + - name: Pull database image if: contains(fromJSON('["aries-endorser-db"]'), matrix.service) run: |