From 888c27031366e52142c81e84fe601106ab44085d Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:18:30 -0700 Subject: [PATCH] entrypoint --- .github/workflows/docker-build-context/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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