Compare commits

..

No commits in common. "main" and "2.11.4" have entirely different histories.
main ... 2.11.4

3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
REPO_OWNER: cluster
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Fetch tags
run: git fetch --tags origin
- name: Get mlflow version
@ -36,7 +36,7 @@ jobs:
echo "tag_exists=false" >> $GITHUB_OUTPUT
fi
- name: Login to Registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
if: steps.create.outputs.tag_exists == 'false'
with:
registry: git.namesny.com

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:2407c61b1a18067393fecd8a22cf6fceede893b6aaca817bf9fbfe65e33614a3
FROM python:3.10-slim@sha256:31b1e4b1c4a1903649c95fa5e46c1066baf6acdd33167813af9fa7905355e1a3
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000

View File

@ -1,3 +1,3 @@
mlflow==2.11.4
psycopg2-binary==2.9.9
boto3==1.34.162
boto3==1.34.107