Merge branch 'dev'
This commit is contained in:
commit
99c1f05302
2 changed files with 4 additions and 3 deletions
7
.github/renovate.json
vendored
Normal file
7
.github/renovate.json
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"enabled": false,
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: Build and push Docker image (amd64, arm64 to hub.docker.com and ghcr.io)
|
||||
|
||||
on:
|
||||
workflow_dispatch: # allow manual trigger
|
||||
push: # build for each branch
|
||||
# branches: ["main"]
|
||||
workflow_dispatch: # allows manual trigger
|
||||
push: # push on branch
|
||||
branches: [main, dev]
|
||||
paths: # ignore changes to .md files
|
||||
- '**'
|
||||
- '!*.md'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue