Fix release workflow trigger
Create mlflow tag / Create mlflow tag (push) Failing after 4s
Details
Create mlflow tag / Create mlflow tag (push) Failing after 4s
Details
This commit is contained in:
parent
5d18526774
commit
7ef590b6aa
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue