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
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:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user