corrected step output reference

This commit is contained in:
Brian Bjarke Jensen
2025-10-03 23:00:51 +02:00
parent 666a2ebf7e
commit 7d562f6851
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
fi
- name: Check MLflow base image
id: mlflow-base
if: steps.mlflow-full.outputs.found == 'true'
if: steps.mlflow-full.outputs.manifest_found == 'true'
run: |
MANIFEST=$(docker manifest inspect ghcr.io/mlflow/mlflow:latest 2>/dev/null || echo "{}")
if [ "$MANIFEST" != "{}" ]; then