File tree Expand file tree Collapse file tree 5 files changed +1161
-1077
lines changed Expand file tree Collapse file tree 5 files changed +1161
-1077
lines changed Original file line number Diff line number Diff line change 3333 username : ${{ github.actor }}
3434 password : ${{ secrets.GITHUB_TOKEN }}
3535 - uses : docker/setup-buildx-action@v3
36- - uses : docker/build-push-action@v5
36+ - uses : docker/build-push-action@v6
3737 with :
3838 push : true
3939 context : .
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default_language_version:
55 python : python3.12
66repos :
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v4.5 .0
8+ rev : v4.6 .0
99 hooks :
1010 - id : check-added-large-files
1111 - id : check-case-conflict
@@ -17,12 +17,12 @@ repos:
1717 - id : mixed-line-ending
1818 - id : trailing-whitespace
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : v0.3.3
20+ rev : v0.5.0
2121 hooks :
2222 - id : ruff
2323 - id : ruff-format
2424 - repo : https://github.com/commitizen-tools/commitizen
25- rev : v3.18.3
25+ rev : v3.27.0
2626 hooks :
2727 - id : commitizen
2828 - id : commitizen-branch
Original file line number Diff line number Diff line change 22
33services :
44 mlflow :
5- image : ghcr.io/mlflow/mlflow:v2.11.0
5+ image : ghcr.io/mlflow/mlflow:v2.14.1
66 ports :
77 - 5000:5000
88 environment :
You can’t perform that action at this time.
0 commit comments