Add debug job
This commit is contained in:
parent
e4ad246590
commit
1481922521
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue