Skip to content

Commit

Permalink
improve dev-build output
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jan 28, 2025
1 parent 23d0064 commit f61b4af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/dev-build
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ cd $(dirname $0)
./package
./package-helm

echo "----------------"

echo "Don't forget to push your dev image to somewhere your cluster can reach it."
echo "The Dev image tag is: ${HELM_IMAGE_TAG}"
echo "The chart will expect the image as: ${IMAGE}"
Expand Down
2 changes: 1 addition & 1 deletion scripts/package
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DOCKER_TARGET=${DOCKER_TARGET:-"-${BUILD_TARGET}"}

cd $(dirname $0)/..

echo "Starting \`${DOCKER_TARGET}\` image packaging:";
echo "Starting \`${BUILD_TARGET}\` image packaging:";

DOCKERFILE=package/Dockerfile${DOCKER_TARGET}
echo "Building \`${IMAGE}\` from \`${DOCKERFILE}\`:";
Expand Down

0 comments on commit f61b4af

Please sign in to comment.