File tree Expand file tree Collapse file tree 6 files changed +780
-622
lines changed
Expand file tree Collapse file tree 6 files changed +780
-622
lines changed Original file line number Diff line number Diff line change 1+ .venv
12venv
23.gitignore
34.DS_Store
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 1- Apache License
1+ Apache License
22 Version 2.0, January 2004
33 http://www.apache.org/licenses/
44
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
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.
You can’t perform that action at this time.
0 commit comments