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 a3ef59e commit e1d26a8Copy full SHA for e1d26a8
applications/wg-easy/taskfiles/container.yml
@@ -37,7 +37,7 @@ tasks:
37
echo "Image {{.IMAGE_NAME}} not found locally."
38
echo "Attempting to pull the image..."
39
if ! {{.CONTAINER_RUNTIME}} pull {{.IMAGE_NAME}}; then
40
- echo "Failed to pull image. Building it locally..."
+ echo "It does not exist in the registry. Building it locally..."
41
{{.CONTAINER_RUNTIME}} build -t {{.IMAGE_NAME}} -f {{.CONTAINERFILE}} .
42
fi
43
0 commit comments