File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,19 +133,19 @@ jobs:
133133 - name : Execute the Dockerfile
134134 working-directory : node
135135 run : |
136- docker build -t node20_build -f ./Dockerfile.node20fips . \
137- {{ if inputs.enableFips }} \
138- --build-arg ENABLE_FIPS=true \
139- {{ else }} \
140- --build-arg ENABLE_FIPS=false \
141- {{ end }} \
142- {{ if inputs.dynamicLink }} \
143- --build-arg DYNAMIC_LINK=true \
144- {{ else }} \
145- --build-arg DYNAMIC_LINK=false \
146- {{ end }} \
147- --build-arg SHARED_OPENSSL_INCLUDES=${{ inputs.sharedOpenSSLIncludes }} \
148- --build-arg SHARED_OPENSSL_LIBNAME=${{ inputs.sharedOpenSSLLibname }} \
136+ docker build -t node20_build -f ./Dockerfile.node20fips .
137+ {{ if inputs.enableFips }}
138+ --build-arg ENABLE_FIPS=true
139+ {{ else }}
140+ --build-arg ENABLE_FIPS=false
141+ {{ end }}
142+ {{ if inputs.dynamicLink }}
143+ --build-arg DYNAMIC_LINK=true
144+ {{ else }}
145+ --build-arg DYNAMIC_LINK=false
146+ {{ end }}
147+ --build-arg SHARED_OPENSSL_INCLUDES=${{ inputs.sharedOpenSSLIncludes }}
148+ --build-arg SHARED_OPENSSL_LIBNAME=${{ inputs.sharedOpenSSLLibname }}
149149 --build-arg SHARED_OPENSSL_LIBPATH=${{ inputs.sharedOpenSSLLibpath }}
150150
151151 - name : Extract resources
You can’t perform that action at this time.
0 commit comments