diff --git a/.github/workflows/docker-build-context/Dockerfile b/.github/workflows/docker-build-context/Dockerfile index 0ecf4fc35..1756c4dc9 100644 --- a/.github/workflows/docker-build-context/Dockerfile +++ b/.github/workflows/docker-build-context/Dockerfile @@ -24,7 +24,7 @@ COPY $ROSTER_FILE_NAME . # This is the next best thing FROM ghcr.io/jqlang/jq:1.7 COPY --from=configure-server $ROSTER_FILE_NAME . -ENV NODE_ID=$(jq --raw-output '.[1].value' $ROSTER_FILE_NAME) +ENV NODE_ID=$(--raw-output '.[1].value' $ROSTER_FILE_NAME) FROM configure-server RUN sed -i "s/\(^service {\)/\1\n\tnode-id $NODE_ID/" $AEROSPIKE_CONF_TEMPLATE_PATH