[workflows] build container image on other branches and workflow_dispatch.
This commit is contained in:
parent
c0e3512a23
commit
4eaab6b0e0
1 changed files with 4 additions and 3 deletions
|
|
@ -1,9 +1,10 @@
|
|||
name: On push to main
|
||||
name: On push
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches-ignore:
|
||||
- release
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
|
||||
Loading…
Reference in a new issue