Compare commits
5 Commits
04926d57c0
...
411f1b40fb
Author | SHA1 | Date |
---|---|---|
Mathis | 411f1b40fb | |
Mathis | ebe39301bf | |
Mathis | fc69083616 | |
Mathis | ae3449447b | |
Renovate Bot | e41c9932f0 |
|
@ -8,7 +8,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build image
|
name: Build image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:78fc1ce62f01032916d08600dbe2913861f88b98f06d9273cdc1bc067f4a3df9
|
container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:8583ed2b7d097609ff91cc914696324ee945ceb8639967759f4cebbfcb8e63a5
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: mlflow
|
IMAGE_NAME: mlflow
|
||||||
REGISTRY: git.namesny.com
|
REGISTRY: git.namesny.com
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:best-practices"
|
"config:best-practices"
|
||||||
],
|
],
|
||||||
|
"platformAutomerge": false,
|
||||||
|
"ignoreTests": true,
|
||||||
"separateMinorPatch": true,
|
"separateMinorPatch": true,
|
||||||
"patch": {
|
"patch": {
|
||||||
"automerge": true
|
"automerge": true
|
||||||
|
|
Loading…
Reference in New Issue