Update .gitea/workflows/release.yaml
Build and push mlflow container / Build and push mlflow container (push) Failing after 1m17s Details

This commit is contained in:
Mathis 2024-02-12 21:17:34 +00:00
parent a1e8241fa2
commit 5ef0de8552
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ jobs:
build:
name: Build and push mlflow container
runs-on: ubuntu-latest
container: ghcr.io/catthehacker/ubuntu:act-22.04
container:
env:
IMAGE_NAME: mlflow
REGISTRY: git.namesny.com
REGISTRY: git.namesny.com/cluster/act-runner:v1
REPO_OWNER: cluster
steps:
- name: Checkout