Skip to content

Commit 71dc872

Browse files
working on Dockerfile for fibers
1 parent 46731cd commit 71dc872

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-node-fibers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: |
4242
mkdir -p node-install
4343
tar -C node-install -xJf node-${{ env.NODE_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}-LATEST.tar.xz
44+
echo "Node Location: $GITHUB_WORKSPACE/node-install/usr/local/bin"
4445
echo "$GITHUB_WORKSPACE/node-install/usr/local/bin" >> $GITHUB_PATH
4546
4647
- name: Verify Node Binary Architecture
@@ -71,7 +72,7 @@ jobs:
7172
- name: Execute the Dockerfile
7273
working-directory: node-fibers
7374
run: |
74-
docker build -t node20_fibers_build -f ./Dockerfile.Fibers .
75+
docker build -t node20_fibers_build -f $GITHUB_WORKSPACE/node-install/Dockerfile.Fibers .
7576
7677
- name: Extract resources
7778
working-directory: node-fibers

0 commit comments

Comments
 (0)