Compare commits
4 Commits
6b33c4f8c6
...
b5a5047c25
Author | SHA1 | Date |
---|---|---|
|
b5a5047c25 | |
|
f618a96bef | |
|
89666703cf | |
|
09a11046c0 |
|
@ -8,7 +8,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build image
|
name: Build image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:8583ed2b7d097609ff91cc914696324ee945ceb8639967759f4cebbfcb8e63a5
|
container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:f8441100f2d7463596de0450629fdee3eb163dd38e55c99e4f28344c4e5bbe80
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: mlflow
|
IMAGE_NAME: mlflow
|
||||||
REGISTRY: git.namesny.com
|
REGISTRY: git.namesny.com
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
mlflow==2.9.2
|
mlflow==2.9.2
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
boto3==1.34.23
|
boto3==1.34.29
|
Loading…
Reference in New Issue