diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 7ad123c..cc6eba7 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -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