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 0cf0246 commit 795d71dCopy full SHA for 795d71d
examples/functions/01_basic_oracle/sgx-function/Makefile
@@ -2,7 +2,7 @@
2
3
# Variables
4
CARGO_NAME=basic-oracle-function
5
-DOCKER_IMAGE_NAME=${CONTAINER_NAME}
+DOCKER_IMAGE_NAME=${CONTAINER_NAME?}
6
7
DOCKER_BUILD_COMMAND=DOCKER_BUILDKIT=1 docker buildx build --platform linux/amd64 --build-arg CARGO_NAME=${CARGO_NAME}
8
0 commit comments