Update .gitea/workflows/release.yaml
Build and push mlflow container / Build and push mlflow container (push) Successful in 7s
Details
Build and push mlflow container / Build and push mlflow container (push) Successful in 7s
Details
This commit is contained in:
parent
5ef0de8552
commit
0c36323278
|
@ -8,10 +8,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and push mlflow container
|
name: Build and push mlflow container
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container: git.namesny.com/cluster/act-runner:v1
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: mlflow
|
IMAGE_NAME: mlflow
|
||||||
REGISTRY: git.namesny.com/cluster/act-runner:v1
|
REGISTRY: git.namesny.com
|
||||||
REPO_OWNER: cluster
|
REPO_OWNER: cluster
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue