devops: enable manual publishing of canary docker (#8959)
This commit is contained in:
parent
4f762ba90a
commit
1b49eec96c
1
.github/workflows/publish_canary_docker.yml
vendored
1
.github/workflows/publish_canary_docker.yml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
name: "devrelease:docker"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Reference in a new issue