Add debug job
Build and push mlflow container / Create mlflow tag (push) Successful in 5s Details
Build and push mlflow container / debug (push) Successful in 1m7s Details
Build and push mlflow container / Build and push mlflow container (push) Has been skipped Details

This commit is contained in:
LordMathis 2024-01-31 14:46:40 +01:00
parent e4ad246590
commit 1481922521
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,14 @@ jobs:
echo "created=true" >> $GITHUB_OUTPUT
fi
debug:
needs: tag
runs-on: ubuntu-latest
steps:
- name: Debug output
run: |
echo "${{ toJson(needs.tag.outputs) }}"
build:
name: Build and push mlflow container
needs: tag