Fix release workflow trigger
Create mlflow tag / Create mlflow tag (push) Failing after 4s Details

This commit is contained in:
LordMathis 2024-01-31 11:58:17 +01:00
parent 5d18526774
commit 7ef590b6aa
2 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,12 @@
name: Build website container
name: Build and push mlflow container
on:
push: tags
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
name: Build image
name: Build and push mlflow container
runs-on: ubuntu-latest
container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:8583ed2b7d097609ff91cc914696324ee945ceb8639967759f4cebbfcb8e63a5
env:

View File

@ -6,7 +6,7 @@ on:
jobs:
build:
name: Build image
name: Create mlflow tag
runs-on: ubuntu-latest
container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:8583ed2b7d097609ff91cc914696324ee945ceb8639967759f4cebbfcb8e63a5
steps: