Skip to content

Commit fb1a56e

Browse files
committed
feat: update mlflow and plugin versions
1 parent b333814 commit fb1a56e

File tree

6 files changed

+780
-622
lines changed

6 files changed

+780
-622
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.venv
12
venv
23
.gitignore
34
.DS_Store

.github/workflows/docker.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
- name: Set up Docker Buildx
4141
uses: docker/setup-buildx-action@v3
4242

43-
- name: Login to Docker Hub
44-
uses: docker/login-action@v3
45-
with:
46-
username: ${{ secrets.DOCKER_USERNAME }}
47-
password: ${{ secrets.DOCKER_PASSWORD }}
48-
4943
- name: Login to GitHub Container Registry
5044
uses: docker/login-action@v3
5145
with:
@@ -61,10 +55,8 @@ jobs:
6155
# platforms: linux/amd64,linux/arm64
6256
push: true
6357
tags: |
64-
kharkevich/mlflow-tracking-server:latest
65-
kharkevich/mlflow-tracking-server:${{ steps.get_release_version.outputs.release_version }}
66-
ghcr.io/kharkevich/mlflow-tracking-server:latest
67-
ghcr.io/kharkevich/mlflow-tracking-server:${{ steps.get_release_version.outputs.release_version }}
58+
ghcr.io/mlflow-oidc/mlflow-tracking-server:latest
59+
ghcr.io/mlflow-oidc/mlflow-tracking-server:${{ steps.get_release_version.outputs.release_version }}
6860
6961
- name: Create a Release
7062
uses: elgohr/Github-Release-Action@v5

license

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache License
1+
Apache License
22
Version 2.0, January 2004
33
http://www.apache.org/licenses/
44

@@ -174,6 +174,7 @@
174174
of your accepting any such warranty or additional liability.
175175

176176
END OF TERMS AND CONDITIONS
177+
177178
APPENDIX: How to apply the Apache License to your work.
178179

179180
To apply the Apache License to your work, attach the following
@@ -185,7 +186,7 @@
185186
same "printed page" as the copyright notice for easier
186187
identification within third-party archives.
187188

188-
Copyright 2024 Alexander Kharkevich
189+
Copyright [yyyy] [name of copyright owner]
189190

190191
Licensed under the Apache License, Version 2.0 (the "License");
191192
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)