Skip to content

Commit

Permalink
fix dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Apr 1, 2022
1 parent 67f632d commit b60c491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REPO=https://github.com/litentry/litentry-parachain

if [ "$2" != "runtime" ]; then
# base image used to build the node binary
NODE_BUILD_BASE_IMAGE=$(grep FROM docker/Dockerfile | head -n1 | sed 's/^FROM //;s/ as.*//')
NODE_BUILD_BASE_IMAGE=$(grep FROM docker/Dockerfile.prod | head -n1 | sed 's/^FROM //;s/ as.*//')

# somehow `docker inspect` doesn't pull our litentry-parachain image sometimes
docker pull "$NODE_BUILD_BASE_IMAGE"
Expand Down

0 comments on commit b60c491

Please sign in to comment.