Add debug job
This commit is contained in:
parent
e4ad246590
commit
1481922521
|
@ -35,6 +35,14 @@ jobs:
|
||||||
echo "created=true" >> $GITHUB_OUTPUT
|
echo "created=true" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
debug:
|
||||||
|
needs: tag
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Debug output
|
||||||
|
run: |
|
||||||
|
echo "${{ toJson(needs.tag.outputs) }}"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build and push mlflow container
|
name: Build and push mlflow container
|
||||||
needs: tag
|
needs: tag
|
||||||
|
|
Loading…
Reference in New Issue