We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46731cd commit 71dc872Copy full SHA for 71dc872
.github/workflows/build-node-fibers.yml
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
mkdir -p node-install
43
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"
45
echo "$GITHUB_WORKSPACE/node-install/usr/local/bin" >> $GITHUB_PATH
46
47
- name: Verify Node Binary Architecture
@@ -71,7 +72,7 @@ jobs:
71
72
- name: Execute the Dockerfile
73
working-directory: node-fibers
74
- docker build -t node20_fibers_build -f ./Dockerfile.Fibers .
75
+ docker build -t node20_fibers_build -f $GITHUB_WORKSPACE/node-install/Dockerfile.Fibers .
76
77
- name: Extract resources
78
0 commit comments