Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 8, 2024
1 parent 638853b commit a1f3639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ FROM busybox as get-sh
# There's no tag for the latest major version to prevent breaking changes in jq
# This is the next best thing
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 .
ARG NODE_ID_FILE_NAME=node_id
Expand Down

0 comments on commit a1f3639

Please sign in to comment.