diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ab17285e..aead361b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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' ' ')" >> $GITHUB_OUTPUT - name: Build database image id: build_image