added printint of labels and check for should build
Daily Update Pipeline / get-mlflow-full-base-image-digest (push) Failing after 50s
Daily Update Pipeline / get-mlflow-digest (push) Successful in 10s
Daily Update Pipeline / decide-to-build (push) Successful in 5s
Daily Update Pipeline / build-and-publish (push) Has been skipped

This commit is contained in:
Brian Bjarke Jensen
2025-10-04 00:14:27 +02:00
parent e8b858b5a4
commit 00d46837ae
+3
View File
@@ -137,6 +137,7 @@ jobs:
echo "should_build=false" >> $GITHUB_OUTPUT echo "should_build=false" >> $GITHUB_OUTPUT
fi fi
build-and-publish: build-and-publish:
if: needs.decide-to-build.outputs.should_build == 'true'
needs: decide-to-build needs: decide-to-build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -187,3 +188,5 @@ jobs:
echo "Docker image built and pushed successfully at $(date)" echo "Docker image built and pushed successfully at $(date)"
echo "Image tags:" echo "Image tags:"
echo "${{ steps.meta.outputs.tags }}" echo "${{ steps.meta.outputs.tags }}"
echo "Image labels:"
echo "${{ steps.meta.outputs.labels }}"