extended logging
This commit is contained in:
@@ -26,8 +26,10 @@ jobs:
|
|||||||
DIGEST=$(echo "$MANIFEST" | jq -r '.manifests[]? | select(.platform.architecture == "amd64" and .platform.os == "linux") | .digest // empty')
|
DIGEST=$(echo "$MANIFEST" | jq -r '.manifests[]? | select(.platform.architecture == "amd64" and .platform.os == "linux") | .digest // empty')
|
||||||
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
|
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
|
||||||
echo "manifest_found=true" >> $GITHUB_OUTPUT
|
echo "manifest_found=true" >> $GITHUB_OUTPUT
|
||||||
|
echo "Manifest found for MLflow-full image with digest: $DIGEST"
|
||||||
else
|
else
|
||||||
echo "manifest_found=false" >> $GITHUB_OUTPUT
|
echo "manifest_found=false" >> $GITHUB_OUTPUT
|
||||||
|
echo "MLflow-full image not found"
|
||||||
fi
|
fi
|
||||||
- name: Check MLflow base image
|
- name: Check MLflow base image
|
||||||
id: mlflow-base
|
id: mlflow-base
|
||||||
@@ -38,8 +40,10 @@ jobs:
|
|||||||
DIGEST=$(echo "$MANIFEST" | jq -r '.manifests[]? | select(.platform.architecture == "amd64" and .platform.os == "linux") | .digest // empty')
|
DIGEST=$(echo "$MANIFEST" | jq -r '.manifests[]? | select(.platform.architecture == "amd64" and .platform.os == "linux") | .digest // empty')
|
||||||
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
|
echo "digest=$DIGEST" >> $GITHUB_OUTPUT
|
||||||
echo "manifest_found=true" >> $GITHUB_OUTPUT
|
echo "manifest_found=true" >> $GITHUB_OUTPUT
|
||||||
|
echo "Manifest found for MLflow base image with digest: $DIGEST"
|
||||||
else
|
else
|
||||||
echo "manifest_found=false" >> $GITHUB_OUTPUT
|
echo "manifest_found=false" >> $GITHUB_OUTPUT
|
||||||
|
echo "MLflow base image not found"
|
||||||
fi
|
fi
|
||||||
- name: Build decision
|
- name: Build decision
|
||||||
id: decision
|
id: decision
|
||||||
|
|||||||
Reference in New Issue
Block a user