Debug job
This commit is contained in:
parent
1481922521
commit
a40d221c57
|
@ -41,7 +41,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Debug output
|
- name: Debug output
|
||||||
run: |
|
run: |
|
||||||
echo "${{ toJson(needs.tag.outputs) }}"
|
echo "${{ toJson(needs.tag) }}"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build and push mlflow container
|
name: Build and push mlflow container
|
||||||
|
|
Loading…
Reference in New Issue