Skip to content

Commit

Permalink
copy to root
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 8, 2024
1 parent fc3adc7 commit 4580add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM busybox as get-sh
FROM ghcr.io/jqlang/jq:1.7 as get-node-id
ARG ROSTER_FILE_NAME
COPY $ROSTER_FILE_NAME .
COPY --from=get-sh /bin/busybox .
COPY --from=get-sh /bin/busybox /
ARG NODE_ID_FILE_NAME=node_id
RUN ["/bin/busybox", "sh", "-c", "\"jq --raw-output '.[1].value' $ROSTER_FILE_NAME > $NODE_ID_FILE_NAME\""]

Expand Down

0 comments on commit 4580add

Please sign in to comment.